[求助]不可理解的错误
大家有没有遇到过这样的错误,突然就发生了,我完全没方向c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\math.h(36) : error C2143: 语法错误 : 缺少“;”(在“字符串”的前面)
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\math.h(36) : fatal error C1004: 遇到意外的文件结束
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\math.h(36) : error C2143: 语法错误 : 缺少“;”(在“字符串”的前面)
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\math.h(36) : fatal error C1004: 遇到意外的文件结束
d:\AcroView_2003\AcroView.cpp(11) : error C2628: “CAcroViewDlg”后面接“char”是非法的(是否忘记了“;”?)
d:\AcroView_2003\AcroView.cpp(11) : error C2075: “THIS_FILE” : 数组初始化需要大括号
错误指向
#ifdef __cplusplus
-> extern "C" {
#endif
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
-> static char THIS_FILE[] = __FILE__;
#endif