别弄里面啊笨蛋 2019-09-06 17:44 采纳率: 75%
浏览 476
已采纳

VC++6.0 MFC创建新的dialog报错

在创建完成新的class(默认)后给主界面加入头文件后编译报错:
error C2143: syntax error : missing ';' before 'constant'
fatal error C1004: unexpected end of file found

部分具体代码:
主界面:
主界面头:
#include "stdafx.h"
#include "Happygame.h"
#include "HappygameDlg.h"
#include "DLG.h"
……按钮部分代码:
void CHappygameDlg::OnOK()
{
// TODO: Add extra validation here
DLG dlg;
dlg.DoModal();
CDialog::OnOK();
}
新dialog部分代码:
#if !defined(AFX_DLG_H__E092C23E_0190_4E76_B7EA_34E78B1110E0__INCLUDED_)
#define AFX_DLG_H__E092C23E_0190_4E76_B7EA_34E78B1110E0__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// DLG dialog

class DLG : public CDialog (此处是报错行!!!!!)
{
// Construction
public:
DLG(CWnd* pParent = NULL); // standard constructor

// Dialog Data
//{{AFX_DATA(DLG)
enum { IDD = IDD_DIALOG1 };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA

// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL

// Implementation
protected:

// Generated message map functions
//{{AFX_MSG(DLG)
    // NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()

};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_DLG_H__E092C23E_0190_4E76_B7EA_34E78B1110E0__INCLUDED_)

其中新的dialog叫DLG
报错:error C2143: syntax error : missing ';' before 'constant'
fatal error C1004: unexpected end of file found

小白大二做MFC求解谢谢大佬

  • 写回答

2条回答 默认 最新

  • zqbnqsdsmd 2019-09-07 23:18
    关注

    报错:error C2143: syntax error : missing ';' before 'constant'
    这不是告诉你了么

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥50 微信聊天记录备份到电脑提示成功了,但还是没同步到电脑微信
  • ¥15 python怎么在已有视频文件后添加新帧
  • ¥20 虚幻UE引擎如何让多个同一个蓝图的NPC执行一样的动画,
  • ¥15 fluent里模拟降膜反应的UDF编写
  • ¥15 MYSQL 多表拼接link
  • ¥15 关于某款2.13寸墨水屏的问题
  • ¥15 obsidian的中文层级自动编号
  • ¥15 同一个网口一个电脑连接有网,另一个电脑连接没网
  • ¥15 神经网络模型一直不能上GPU
  • ¥20 wpf datagrid单元闪烁效果失灵