请高手帮忙调试下一MFC程序
一书上的程序://MFCSWP.HclassCMainWnd:publicCFrameWnd{public:CMainWnd();afx_msgvoidOnPaint()...
一书上的程序:
//MFCSWP.H
class CMainWnd:public CFrameWnd
{
public:CMainWnd();
afx_msg void OnPaint();
DECLARE_MESSAGE_MAP();
};
class CmfcswpApp:public CWinApp
{
public:BOOL InitInstance();
}
//MFCSWP.CPP
#include <afxwin.h>
#include "MFCSWP.h"
CmfcswpApp theApp;
CmainWnd::CMainWnd()
{
Create(NULL,"A MFC Windows Application",WS_OVERLAPPEDWINDOW,rectDefault,NULL,NULL);
}
void CMainWnd::OnPaint()
{
CPaintDC dc(this);
dc.TextOut(200,200,"Using the MFC Library",21);
}
BEGIN_MESSAGE_MAP(CMainWnd,CFrameWnd)
ON_WM_PAINT()
END_MESSAGE_MAP()
BOOL CmfcswpApp::InitInstance()
{
m_pMainWnd=new CMainWnd();
m_pMainWnd->ShowWindow(m_nCmdShow);
m_pMainWnd->UpdateWindow();
return TRUE;
}
已在项目设置中的常规的Microsoft基础类设为“使用MFC作为静态链接库”
编译时通不过:
Compiling...
MFCSWP.CPP
f:\mfcswp2\mfcswp.cpp(2) : error C2143: syntax error : missing ';' before 'PCH creation point'
f:\mfcswp2\mfcswp.cpp(4) : error C2653: 'CmainWnd' : is not a class or namespace name
f:\mfcswp2\mfcswp.cpp(6) : error C2065: 'Create' : undeclared identifier
f:\mfcswp2\mfcswp.cpp(6) : error C2065: 'rectDefault' : undeclared identifier
f:\mfcswp2\mfcswp.cpp(7) : warning C4508: 'CMainWnd' : function should return a value; 'void' return type assumed
f:\mfcswp2\mfcswp.cpp(19) : error C2061: syntax error : identifier 'CMainWnd'
f:\mfcswp2\mfcswp.cpp(23) : error C2143: syntax error : missing ';' before '}'
f:\mfcswp2\mfcswp.cpp(23) : error C2143: syntax error : missing ';' before '}'
f:\mfcswp2\mfcswp.cpp(23) : error C2143: syntax error : missing ';' before '}'
f:\mfcswp2\mfcswp.cpp(23) : error C2143: syntax error : missing ';' before '}'
下面还一堆相同的提示。 展开
//MFCSWP.H
class CMainWnd:public CFrameWnd
{
public:CMainWnd();
afx_msg void OnPaint();
DECLARE_MESSAGE_MAP();
};
class CmfcswpApp:public CWinApp
{
public:BOOL InitInstance();
}
//MFCSWP.CPP
#include <afxwin.h>
#include "MFCSWP.h"
CmfcswpApp theApp;
CmainWnd::CMainWnd()
{
Create(NULL,"A MFC Windows Application",WS_OVERLAPPEDWINDOW,rectDefault,NULL,NULL);
}
void CMainWnd::OnPaint()
{
CPaintDC dc(this);
dc.TextOut(200,200,"Using the MFC Library",21);
}
BEGIN_MESSAGE_MAP(CMainWnd,CFrameWnd)
ON_WM_PAINT()
END_MESSAGE_MAP()
BOOL CmfcswpApp::InitInstance()
{
m_pMainWnd=new CMainWnd();
m_pMainWnd->ShowWindow(m_nCmdShow);
m_pMainWnd->UpdateWindow();
return TRUE;
}
已在项目设置中的常规的Microsoft基础类设为“使用MFC作为静态链接库”
编译时通不过:
Compiling...
MFCSWP.CPP
f:\mfcswp2\mfcswp.cpp(2) : error C2143: syntax error : missing ';' before 'PCH creation point'
f:\mfcswp2\mfcswp.cpp(4) : error C2653: 'CmainWnd' : is not a class or namespace name
f:\mfcswp2\mfcswp.cpp(6) : error C2065: 'Create' : undeclared identifier
f:\mfcswp2\mfcswp.cpp(6) : error C2065: 'rectDefault' : undeclared identifier
f:\mfcswp2\mfcswp.cpp(7) : warning C4508: 'CMainWnd' : function should return a value; 'void' return type assumed
f:\mfcswp2\mfcswp.cpp(19) : error C2061: syntax error : identifier 'CMainWnd'
f:\mfcswp2\mfcswp.cpp(23) : error C2143: syntax error : missing ';' before '}'
f:\mfcswp2\mfcswp.cpp(23) : error C2143: syntax error : missing ';' before '}'
f:\mfcswp2\mfcswp.cpp(23) : error C2143: syntax error : missing ';' before '}'
f:\mfcswp2\mfcswp.cpp(23) : error C2143: syntax error : missing ';' before '}'
下面还一堆相同的提示。 展开
意法半导体(中国)投资有限公司
2023-06-12 广告
2023-06-12 广告
单片机汇编程序是用汇编语言编写的程序,用于控制单片机的操作。汇编语言是一种比较接近计算机硬件语言的低级语言,相对于高级语言来说更容易理解和实现。下面是单片机汇编程序的基本步骤:1. 将代码和数据汇编到规定的段中。2. 在存储器中用未初始化的...
点击进入详情页
本回答由意法半导体(中国)投资有限公司提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询