How does MFC call WinMain?

Started by
1 comment, last by Exellon 22 years, 1 month ago
Since all Win32 programs have to have WinMain, how does MFC embed it into the CWinApp class?
Advertisement
http://www.codeproject.com/useritems/mfc_architecture.asp
ReactOS - an Open-source operating system compatible with Windows NT apps and drivers
The short answer is, "it doesn''t." MFC doesn''t call WinMain, the compiler handles setting up WinMain as the entry point of the executable.

This topic is closed to new replies.

Advertisement