Visual Studio Ultimate 2012 - 必须定义入口点。
你好。我有文件:
MyForm.h
形式.h
我的表格.cpp
在 Myform.cpp 我有
#include "MyForm.h"
using namespace std;
using namespace System;
using namespace System::Windows::Forms;
void main(array<String^>^args){
Application::EnableVisualStyles();
Application::SetCompatibleTextRenderingDefault(false);
Project1::MyForm form;
Application::Run(%form);
}
但是当我尝试释放它时,我有错误:
错误 2 错误 LNK1561:必须定义入口点