runtime parameter and path
/M:1441
../../../../Bin_debug
Gfx21NETd.lib Gfx21tNETd.lib RfxBaseNETd.lib
set output path
copy "$(OutDir)"/"$(TargetName)".exe ../../../../Bin_debug
../../../../Bin_debug/$(TargetName).exe
;_GET_NET2003
1 バイト (/Zp1)
remove wp64
app initial --replace
CSingleDocTemplate* pDocTemplate;
pDocTemplate = new CSingleDocTemplate(
IDR_MAINFRAME,
RUNTIME_CLASS(CXg9002Doc),
RUNTIME_CLASS(CMainFrame), // メイン SDI フレーム ウィンドウ
RUNTIME_CLASS(CXg9002View));
if (!pDocTemplate)
return FALSE;
AddDocTemplate(pDocTemplate);
BOOL bReturn = CRfxBaseApp::InitInstance(PGTYPE_OTHER);
if (bReturn)
{
((CMainFrame*)m_pMainWnd)->SwitchToView(IDW_FORM_VIEWA1, FALSE);
}
return bReturn;
remove mainframe
CStatusBar m_wndStatusBar;
CToolBar m_wndToolBar;
resource settings
remove about
edit IDD_XG0000_FORM 201
edit IDR_MAINFRAME 2
set menu to set toolbar and status bar
ID_VIEW_TOOLBAR
ID_VIEW_STATUS_BAR
if driver a CRfxBaseTabView class, make sure the style of this form is 子!
resouse include: #include <XgResource.h>