在VS2008上纠结了很久,终于峰回路转在VS98上实现了。。。。十年啊
#include
int WINAPI WinMain(HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPSTR lpCmdLine,
int nShowCmd)
{
MessageBox(NULL,TEXT("Hello World!"),TEXT("Win32 SDK"),0);
return EXIT_SUCCESS;
}
我来了,Win32。
没有评论:
发表评论