关于程序Vc++(代码来自WINDOWS程序设计一中)不可以链接(SOS!)
小弟在vc++6.0中运行下列代码是(windows程序设计)书中代码但怎么都不可以运行: 1.编译能通过没有错误
2.但是在链接执行时出错
代码如下:
#include "windows.h"
int winapi winmain(hinstance hinstance, hinstance hprevinstance,
lpstr lpcmdline,int ncmdshow)
{
messagebox(null,text("hello,windows98!"),text("hellomsg"),0);
return 0;
}
错误提示:
libcd.lib(crt0.obj):error lnk2001:unresolved external symbol_main
debug/hellomsg.exe:fatal error link1120: 1 unresolved externals
error executing link.exe