
CODE: [Copy to clipboard]偶根据网络上所说配置好了DJGPP的部件:#include <windows.h>
int WINAPI WinMain( HINSTANCE h1, HINSTANCE h2, LPSTR l, int nCmdShow )
{
MessageBoxA( NULL, "String", "Info", MB_OK );
return (0);
}
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |