我一直在寻找arund,我找不到这个问题.每当我尝试调试我的项目时,我都会收到此错误
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
| 归档时间: | 
 | 
| 查看次数: | 12427 次 | 
| 最近记录: |