欢迎来到antinucleon的窝!!这里随手记录了antinucleon的点点滴滴

2010年3月28日星期日

Hello World, Win32 SDK

在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。

没有评论:

发表评论