我一直在寻找,我找不到这个问题。每当我尝试调试我的项目时,我都会收到此错误
Unable to start program 'C:/Users/.../project/.dll'
我所做的只是创建一个新的应用程序而不是把这个
// This is the main DLL file.
#include "stdafx.h"
#include "asddsa.h"
/*
* File: main.cpp
* Author: Arhowk
*
* Created on March 22, 2013, 10:15 PM
*/
#include <cstdlib>
#include <iostream>
using namespace std;
/*
*
*/
using namespace std;
void main()
{
cout << "Hello World!" << endl;
cout << "Welcome to C++ Programming" << endl;
}
有什么帮助吗?如果需要,我可以提供更多调试信息,但找不到任何信息。在 W7 x64 机器上运行 VS2010 Express