need help
-
Hi, I'm new to Visual C++! Could some of you tell me what is the function of int WINAPI WinMain(HINSTANCE hThisInst, HINSTANCE hPrevInst, LPSTR lpszArgs, int nWinMode) Thanks!
-
Hi, I'm new to Visual C++! Could some of you tell me what is the function of int WINAPI WinMain(HINSTANCE hThisInst, HINSTANCE hPrevInst, LPSTR lpszArgs, int nWinMode) Thanks!
it is the entry point (as
main()
in C or in Console-Mode programs) of you windowed program. if you program directly into WinMain(), you use Win32 API... otherwise, you can have a look at MFC classes and functionnalities (more easy to use i find...)
TOXCCT >>> GEII power
[toxcct][VisualCalc] -
Hi, I'm new to Visual C++! Could some of you tell me what is the function of int WINAPI WinMain(HINSTANCE hThisInst, HINSTANCE hPrevInst, LPSTR lpszArgs, int nWinMode) Thanks!
It is entry point for any Windows based Application similiar to
void main()
(in case of Dos based C++) andint main()
(in case of Dos based c)
[Vote One Here, Complete my Survey....] Alok Gupta
visit me at http://www.thisisalok.tk "I Think Believe this Will Help" -
It is entry point for any Windows based Application similiar to
void main()
(in case of Dos based C++) andint main()
(in case of Dos based c)
[Vote One Here, Complete my Survey....] Alok Gupta
visit me at http://www.thisisalok.tk "I Think Believe this Will Help"Thanks!
-
Thanks!
Francis Chau wrote: Thanks! Tox!! Deserves this more than me:)
[Vote One Here, Complete my Survey....] Alok Gupta
visit me at http://www.thisisalok.tk "I Think Believe this Will Help"