我试图利用APICA软件窗口制作一个非常简单的信息。
I ve done some small apps in console. This is the first time I do with Win32 apps. I ve searched and found a document from forgers which is recommended in this site. But I try to write very first line:
#include <stdafx.h>
#include <windows.h>
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
LPSTR lpCmdLine, int nCmdShow)
{
MessageBoxW(NULL, "Good bye Cruel World", "Note", MB_OK);
return 0;
}
但是,它没有工作(根据2008年科索沃统计局制定的缺省项目划定的界线,并撰写这些内容)。