新微赢技术网
标题:
让自己编写的程序不出现界面
[打印本页]
作者:
罗米欧
时间:
2009-11-3 01:44
标题:
让自己编写的程序不出现界面
如何让自己编写的程序不出现界面,也不出现dos窗口,且运行一次就自动退出。
作者:
ミつン戀ン
时间:
2009-11-3 01:45
虾米意思??米明白
#define OK 1;
int APIENTRY _tWinMain(HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPTSTR lpCmdLine,
int nCmdShow)
{
exit(0);
return OK;
}
(我胡写的...表当真)
作者:
死了ye要爱
时间:
2009-11-3 01:45
把程序写出来.
作者:
love戒情人
时间:
2009-11-3 01:45
#define OK 1;
int APIENTRY _tWinMain(HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPTSTR lpCmdLine,
int nCmdShow)
{
//这儿加一些代码,能行吗?
exit(0);
return OK;
}
作者:
新郎
时间:
2009-11-3 01:45
上面之方法可行。不过编译时可能会出错。
欢迎光临 新微赢技术网 (http://bbs.weiying.cn/)
Powered by Discuz! X3.2