欢迎来到天天文库
浏览记录
ID:40755612
大小:195.00 KB
页数:19页
时间:2019-08-07
《VC6编译与链接过程中常见的出错提示》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、VisualC++6.0编程环境的使用目录4编译与链接过程中常见的出错提示14.1编译、链接问题的解决方法1(1)努力读懂VC报告的错误与警告信息1(2)定位问题所在行1(3)解决问题的方法1(4)避免被VC误导1(5)编译链接问题的解决不代表程序正确24.2常用单词与术语24.3常见编译错误信息4(1)errorC2001:newlineinconstant4(2)errorC2017:illegalescapesequence4(3)errorC2015:toomanycharactersinconstant4(4)errorC2137:
2、emptycharacterconstant5(5)errorC2018:unknowncharacter'0x##'5(6)errorC2041:illegaldigit'#'forbase'8'5(7)errorC2065:'xxxx':undeclaredidentifier5(8)errorC2086:'xxxx':redefinition6(9)errorC2374:'xxxx':redefinition;multipleinitialization6(10)errorC2143:syntaxerror:missing';'befo
3、re(identifier)'xxxx'或before'type'6(11)errorC4716:'xxx':mustreturnavalue7(12)errorC2006:#includeexpectedafilename,found'('/found'identifier'/found'newline'7(13)errorC2039:'aver':isnotamemberof'STU'7(14)errorC2043:illegalbreak7(15)errorC2046:illegalcase/errorC2047:illegaldefa
4、ult8(16)errorC2050:switchexpressionnotintegral8(17)errorC2051:caseexpressionnotconstant8(18)errorC2079:'da'usesundefinedstruct'data'8(19)errorC2081:'num2':nameinformalparameterlistillegal9(20)errorC2122:'num2':prototypeparameterinnamelistillegal9(21)errorC2082:redefinitiono
5、fformalparameter'aver'9(22)errorC2172:'fread':actualparameterisnotapointer:parameter1917(23)errorC2198:'FindMin':toofewactualparameters9(24)errorC2087:'':missingsubscript10(25)errorC2133:'num':unknownsize10(26)errorC2106:'=':leftoperandmustbel-value10(27)errorC2108
6、:subscriptisnotofintegraltype10(28)errorC2109:subscriptrequiresarrayorpointertype10(29)errorC2181:illegalelsewithoutmatchingif11(30)errorC2296:'%':illegal,leftoperandhastype'double'11(31)fatalerrorC1004:unexpectedendoffilefound11(32)fatalerrorC1021:invalidpreprocessorcomman
7、d'defint'/'hinclude'11(33)fatalerrorC1083:Cannotopenincludefile:'sdtio.h':Nosuchfileordirectory11(34)errorC2220:warningtreatedaserror-noobjectfilegenerated114.4常见编译警告信息11(1)warningC4129:'m':unrecognizedcharacterescapesequence12(2)warningC4508:'main':functionshouldreturnaval
8、ue;'void'returntypeassumed12(3)warningC4098:'change':'void'functionreturningavalue
此文档下载收益归作者所有