life-cycle of a typical MFC program
-
Hello everybody I am very sorry to post this type of questions on this forum but believe me its only your help that will clarify all my doubts. After reading some articles on the forum I concluded life-cycle of a typical MFC program as below in sequence. 1. WinMainCRTStartup 2. WinMain 3. AfxWinMain 4. AfxWinInit 5. InitApplication 6. InitInstance Global RUN function is embeded in theApp (Global Object of my Application) which handels all the default windows messages. If I am wrong please correct me or give me a link where I can find more info about this. Anger Is Only One Letter Short Of Danger
-
Hello everybody I am very sorry to post this type of questions on this forum but believe me its only your help that will clarify all my doubts. After reading some articles on the forum I concluded life-cycle of a typical MFC program as below in sequence. 1. WinMainCRTStartup 2. WinMain 3. AfxWinMain 4. AfxWinInit 5. InitApplication 6. InitInstance Global RUN function is embeded in theApp (Global Object of my Application) which handels all the default windows messages. If I am wrong please correct me or give me a link where I can find more info about this. Anger Is Only One Letter Short Of Danger
Scorpio wrote:
Hello everybody I am very sorry to post this type of questions on this forum but believe me its only your help that will clarify all my doubts. After reading some articles on the forum I concluded life-cycle of a typical MFC program as below in sequence. 1. WinMainCRTStartup 2. WinMain 3. AfxWinMain 4. AfxWinInit 5. InitApplication 6. InitInstance Global RUN function is embeded in theApp (Global Object of my Application) which handels all the default windows messages. If I am wrong please correct me or give me a link where I can find more info about this.
This article by Nishant Sivakumar[^] should help you. :)
Nibu thomas A Developer Programming tips[^] My site[^]
-
Hello everybody I am very sorry to post this type of questions on this forum but believe me its only your help that will clarify all my doubts. After reading some articles on the forum I concluded life-cycle of a typical MFC program as below in sequence. 1. WinMainCRTStartup 2. WinMain 3. AfxWinMain 4. AfxWinInit 5. InitApplication 6. InitInstance Global RUN function is embeded in theApp (Global Object of my Application) which handels all the default windows messages. If I am wrong please correct me or give me a link where I can find more info about this. Anger Is Only One Letter Short Of Danger
Check this Link for the LifeCycle of a MFC Program http://www.codeproject.com/cpp/mfcprogflow.asp[^] Appu.. "If you judge people, you have no time to love them."