Dear frieds1
How the MFC program executes, any one know how the execution starts, MFC doesn't have, so how the MFC prgram executes
|
Newbie Member
|
|
| 7Feb2007,15:13 | #1 |
|
Dear frieds1
How the MFC program executes, any one know how the execution starts, MFC doesn't have, so how the MFC prgram executes |
|
Go4Expert Founder
|
![]() |
| 7Feb2007,16:38 | #2 |
|
It starts from the WinMain
WinMain calls the AfxWinMain which get your App object and calls its Application threads InitInstance |