以文本方式查看主题 - 中文XML论坛 - 专业的XML技术讨论区 (http://bbs.xml.org.cn/index.asp) -- 『 C/C++编程思想 』 (http://bbs.xml.org.cn/list.asp?boardid=61) ---- VC++编译中最常见的20种错误 (http://bbs.xml.org.cn/dispbbs.asp?boardid=61&rootid=&id=87753) |
-- 作者:葛靖青001 -- 发布时间:11/16/2010 11:42:00 AM -- VC++编译中最常见的20种错误 【转自互联网】 1、fatal error C1010: unexpected end of file while looking for precompiled header directive。 2、fatal error C1083: Cannot open include file: 'R…….h': No such file or directory 3、error C2011: 'C……': 'class' type redefinition 4、error C2018: unknown character '0xa3' 5、error C2057: expected constant expression 6、error C2065: 'IDD_MYDIALOG' : undeclared identifier 7、error C2082: redefinition of formal parameter 'bReset' 8、error C2143: syntax error: missing ':' before '{' 9、error C2146: syntax error : missing ';' before identifier 'dc' 10、error C2196: case value '69' already used 11、error C2509: 'OnTimer' : member function not declared in 'CHelloView' 12、error C2511: 'reset': overloaded member function 'void (int)' not found in 'B' 13、error C2555: 'B::f1': overriding virtual function differs from 'A::f1' only by return type or calling convention 14、error C2660: 'SetTimer' : function does not take 2 parameters 15、warning C4035: 'f……': no return value 16、warning C4553: '= =' : operator has no effect; did you intend '='? 17、warning C4700: local variable 'bReset' used without having been initialized 18、error C4716: 'CMyApp::InitInstance' : must return a value 19、LINK : fatal error LNK1168: cannot open Debug/P1.exe for writing 20、error LNK2001: unresolved external symbol "public: virtual _ _thiscall C……::~C……(void)" |
W 3 C h i n a ( since 2003 ) 旗 下 站 点 苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》 |
46.875ms |