主题:急~~~菜鸟的问题!~~
目前小弟在学WINDOWS程序设计时遇到下述问题:
我在用到函数
int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance,
PSTR szCmdLine, int iCmdShow)
时,系统说该函数已经有一个孩子
e:\aa\asdf\asdf.cpp(185) : error C2084: function 'int __stdcall WinMain(struct HINSTANCE__ *,struct HINSTANCE__ *,char *,int)' already has a body
我想请教下这是什么意思?何来的孩子?怎么解决?
感激不尽~~~
我在用到函数
int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance,
PSTR szCmdLine, int iCmdShow)
时,系统说该函数已经有一个孩子
e:\aa\asdf\asdf.cpp(185) : error C2084: function 'int __stdcall WinMain(struct HINSTANCE__ *,struct HINSTANCE__ *,char *,int)' already has a body
我想请教下这是什么意思?何来的孩子?怎么解决?
感激不尽~~~