窗体无法显示
// App.cpp: implementation of the App class.//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "resource.h"
#include "App.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
App hong;
App::App()
{
}
App::~App()
{
}
App::jiang()
{CFrameWnd *fr=new CFrameWnd();
fr->Create(NULL,"jiangong");
m_pMainWnd=fr;
m_pMainWnd->ShowWindow(SW_SHOW);
return true;
}
程序没有问题,但窗口为什么 不能显示呢