アプリケーションを表すクラス (例えば MyApp とする) を、Manah::Windows::CWinApp のサブクラスとして定義し、
MyApp *pApp = new MyApp(); pApp->InitApplication(hInstance); pApp->InitInstance(); pApp->Run(); delete pApp;
アプリケーションを表すクラス (例えば MyApp とする) を、Manah::Windows::CWinApp のサブクラスとして定義し、
MyApp *pApp = new MyApp(); pApp->InitApplication(hInstance); pApp->InitInstance(); pApp->Run(); delete pApp;