#include <windows.h>
int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance,
LPSTR lpCmdLine,int nCmdShow)
{
MessageBox (NULL, “你好,本人的Visual C++世界!”, “问候”, 0) ;
return 0 ;
}
int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance,
LPSTR lpCmdLine,int nCmdShow)
{
MessageBox (NULL, “你好,本人的Visual C++世界!”, “问候”, 0) ;
return 0 ;
}
解决方案
3
http://www.wuji8.com/meta/99245244.html
照这个一步步来,然后把WinMain函数替换成本人的
照这个一步步来,然后把WinMain函数替换成本人的
4
Visual C++——Win32——Win32项目
10
Win32 Application: http://blog.sina.com.cn/s/blog_537e51f40100bbd4.html
10