大虾们看见进来帮帮忙,windows程序设计问题,新手求解
#include<windows.h>#pragma comment(lib,"user32.lib")
int WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstanc,LPSTR lpCmdLine,int nCmdShow)
{MessageBox(NULL,TEXT("开始学习windows编程"),TEXT("消息框"),MB_OK);
return 0;
}
这段程序在vs2008下编写的,但出现以下错误,我是个新手不知道那里错了,求解,大虾们都来帮帮忙,越详细越好,我先谢谢了!!
1>------ 已启动生成: 项目: 小强, 配置: Debug Win32 ------
1>正在链接...
1>MSVCRTD.lib(crtexe.obj) : error LNK2019: 无法解析的外部符号 _main,该符号在函数 ___tmainCRTStartup 中被引用
1>C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\小强\小强\Debug\小强.exe : fatal error LNK1120: 1 个无法解析的外部命令
1>生成日志保存在“file://c:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\小强\小强\Debug\BuildLog.htm”
1>小强 - 2 个错误,0 个警告