05 MFC框架運行大概流程

先明確以下關係: CWinApp取代了原來Win32下的WinMain CFrameWnd取代了原來Win32下的WndProc 調試代碼如下: /* *HelloMFC.h */ #ifndef _HELLO_MFC_ #define _HELLO_MFC_ class CMyApp : public CWinApp{ public: virtual BOOL InitInstance(
相關文章
相關標籤/搜索