佚名通过本文主要向大家介绍了代码求助,steam错误代码103,steam错误代码101,651错误代码怎么解决,错误代码 118等相关知识,希望对您有所帮助,也希望大家支持linkedu.com www.linkedu.com
问题: vc c2143错误,紧急求助,代码如下
描述:
#define AFX_ALTER_REMAIN_H__01167118_FC4A_466F_A2DA_0E2C100B9537__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Alter_Remain.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// Alter_Remain dialog
class Alter_Remain : public CDialog
{
// Construction
public:
Alter_Remain(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(Alter_Remain)
enum { IDD = IDD_ALTER_REMAIN_DIALOG };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(Alter_Remain)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(Alter_Remain)
// 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_ALTER_REMAIN_H__01167118_FC4A_466F_A2DA_0E2C100B9537__INCLUDED_)
错误提示是error c2143:syntax error:missing;before constant
fatal error c1004:unexpected end of file found
描述:
本帖最后由 lqtsnow 于 2010-06-12 09:56:15 编辑
#if !defined(AFX_ALTER_REMAIN_H__01167118_FC4A_466F_A2DA_0E2C100B9537__INCLUDED_)#define AFX_ALTER_REMAIN_H__01167118_FC4A_466F_A2DA_0E2C100B9537__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Alter_Remain.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// Alter_Remain dialog
class Alter_Remain : public CDialog
{
// Construction
public:
Alter_Remain(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(Alter_Remain)
enum { IDD = IDD_ALTER_REMAIN_DIALOG };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(Alter_Remain)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(Alter_Remain)
// 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_ALTER_REMAIN_H__01167118_FC4A_466F_A2DA_0E2C100B9537__INCLUDED_)
错误提示是error c2143:syntax error:missing;before constant
fatal error c1004:unexpected end of file found