




版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡介
1、文檔供參考,可復(fù)制、編制,期待您的好評(píng)與關(guān)注! C語言錯(cuò)誤代碼及錯(cuò)誤信息 錯(cuò)誤釋義error 1: Out of memory 內(nèi)存溢出error 2: Identifier expected 缺標(biāo)識(shí)符error 3: Unknown identifier 未定義的標(biāo)識(shí)符error 4: Duplicate identifier 重復(fù)定義的標(biāo)識(shí)符error 5: Syntax error 語法錯(cuò)誤error 6: Error in real constant 實(shí)型常量錯(cuò)誤error 7: Error in integer constant 整型常量錯(cuò)誤error 8: String const
2、ant exceeds line 字符串常量超過一行error 10: Unexpected end of file 文件非正常結(jié)束error 11: Line too long 行太長error 12: Type identifier expected 未定義的類型標(biāo)識(shí)符error 13: Too many open files 打開文件太多error 14: Invalid file name 無效的文件名error 15: File not found 文件未找到error 16: Disk full 磁盤滿error 17: Invalid compiler directive 無效的
3、編譯命令error 18: Too many files 文件太多error 19: Undefined type in pointer def 指針定義中未定義類型error 20: Variable identifier expected 缺變量標(biāo)識(shí)符error 21: Error in type 類型錯(cuò)誤error 22: Structure too large 結(jié)構(gòu)類型太長error 23: Set base type out of range 集合基類型越界error 24: File components may not be files or objectsfile分量不能是文件
4、或?qū)ο骵rror 25: Invalid string length 無效的字符串長度error 26: Type mismatch 類型不匹配error 27:error 27:Invalid subrange base type 無效的子界基類型error 28:Lower bound greater than upper bound 下界超過上界error 29:Ordinal type expected 缺有序類型error 30:Integer constant expected 缺整型常量error 31:Constant expected 缺常量error 32:Integer
5、or real constant expected 缺整型或?qū)嵭统A縠rror 33:Pointer Type identifier expected 缺指針類型標(biāo)識(shí)符error 34:Invalid function result type 無效的函數(shù)結(jié)果類型error 35:Label identifier expected 缺標(biāo)號(hào)標(biāo)識(shí)符error 36:BEGIN expected 缺BEGINerror 37:END expected 缺ENDerror 38:Integer expression expected 缺整型表達(dá)式error 39:Ordinal expression e
6、xpected 缺有序類型表達(dá)式error 40:Boolean expression expected 缺布爾表達(dá)式error 41:Operand types do not match 操作數(shù)類型不匹配error 42:Error in expression 表達(dá)式錯(cuò)誤error 43:Illegal assignment 非法賦值error 44:Field identifier expected 缺域標(biāo)識(shí)符error 45:Object file too large 目標(biāo)文件太大error 46:Undefined external 未定義的外部過程與函數(shù)error 47:Invali
7、d object file record 無效的OBJ文件格式error 48:Code segment too large 代碼段太長error 49:Data segment too large 數(shù)據(jù)段太長error 50:DO expected 缺DOerror 51:Invalid PUBLIC definition 無效的PUBLIC定義error 52:Invalid EXTRN definition 無效的EXTRN定義error 53: Too many EXTRN definitions 太多的EXTRN定義error 54:OF expected 缺O(jiān)Ferror 55:I
8、NTERFACE expected 缺INTERFACEerror 56:Invalid relocatable reference 無效的可重定位引用error 57:THEN expected 缺THENerror 58:TO or DOWNTO expected 缺TO或DOWNTOerror 59:Undefined forward 提前引用未經(jīng)定義的說明error 61:Invalid typecast 無效的類型轉(zhuǎn)換error 62:Division by zero 被零除error 63:Invalid file type 無效的文件類型error 64:Cannot read
9、or write variables of this type 不能讀寫此類型變量error 65:Pointer variable expected 缺指針類型變量error 66:String variable expected 缺字符串變量error 67:String expression expected 缺字符串表達(dá)式error 68:Circular unit reference 單元UNIT部件循環(huán)引用error 69:Unit name mismatch 單元名不匹配error 70:Unit version mismatch 單元版本不匹配error 71:Internal
10、 stack overflow 內(nèi)部堆棧溢出error 72:Unit file format error 單元文件格式錯(cuò)誤error 73:IMPLEMENTATION expected 缺IMPLEMENTATIONerror 74:Constant and case types do not match 常量和CASE類型不匹配error 75:Record or object variable expected 缺記錄或?qū)ο笞兞縠rror 76:Constant out of range 常量越界error 77:File variable expected 缺文件變量error 78
11、:Pointer expression expected 缺指針表達(dá)式error 79:Integer or real expression expected 缺整型或?qū)嵭捅磉_(dá)式error 80:Label not within current block 標(biāo)號(hào)不在當(dāng)前塊內(nèi)error 81:Label already defined 標(biāo)號(hào)已定義error 82:Undefined label in preceding statement part 在前面未定義標(biāo)號(hào)error 83:Invalid argument 無效的參數(shù)error 84:UNIT expected 缺UNITerror 8
12、5: "" expected 缺“;”error 86: ":" expected 缺“:”error 87: "," expected 缺“,”error 88: "(" expected 缺“(”error 89: ")" expected 缺“)”error 90: "=" expected 缺“=”error 91: ":=" expected 缺“:=”error 92: "" or "(." Expect
13、ed 缺“”或“(.”error 93: "" or ".)" expected 缺“”或“.)”error 94: "." expected 缺“.”error 95: "." expected 缺“.”error 96:Too many variables 變量太多error 97:Invalid FOR control variable 無效的FOR循環(huán)控制變量error 98:Integer variable expected 缺整型變量error 99:Files and procedure types
14、are not allowed here 該處不允許文件和過程類型error 100:String length mismatch 字符串長度不匹配error 101:Invalid ordering of fields 無效域順序error 102:String constant expected 缺字符串常量error 103:Integer or real variable expected 缺整型或?qū)嵭妥兞縠rror 104:Ordinal variable expected 缺有序類型變量error 105:INLINE error INLINE錯(cuò)誤error 106:Charact
15、er expression expected 缺字符表達(dá)式error 107:Too many relocation items 重定位項(xiàng)太多error 108:Overflow in arithmetic operation 算術(shù)運(yùn)算溢出error 112:CASE constant out of range CASE常量越界error 113:Error in statement 表達(dá)式錯(cuò)誤error 114:Cannot call an interrupt procedure 不能調(diào)用中斷過程error 116:Must be in 8087 mode to compile this 必
16、須在8087模式編譯error 117:Target address not found 找不到目標(biāo)地址error 118:Include files are not allowed here 該處不允許INCLUDE文件error 119:No inherited methods are accessible here 該處繼承方法不可訪問error 121:Invalid qualifier 無效的限定符error 122:Invalid variable reference 無效的變量引用error 123:Too many symbols 符號(hào)太多error 124:Statement
17、 part too large 語句體太長error 126:Files must be var parameters 文件必須是變量形參error 127:Too many conditional symbols 條件符號(hào)太多error 128:Misplaced conditional directive 條件指令錯(cuò)位error 129:ENDIF directive missing 缺ENDIF指令error 130:Error in initial conditional defines 初始條件定義錯(cuò)誤error 131:Header does not match previous
18、definition 和前面定義的過程或函數(shù)不匹配error 133:Cannot evaluate this expression 不能計(jì)算該表達(dá)式error 134:Expression incorrectly terminated 表達(dá)式錯(cuò)誤結(jié)束error 135:Invalid format specifier 無效格式說明符error 136:Invalid indirect reference 無效的間接引用error 137:Structured variables are not allowed here 該處不允許結(jié)構(gòu)變量error 138:Cannot evaluate w
19、ithout System unit 沒有System單元不能計(jì)算error 139:Cannot access this symbol 不能存取符號(hào)error 140:Invalid floating point operation 無效的符號(hào)運(yùn)算error 141:Cannot compile overlays to memory 不能編譯覆蓋模塊至內(nèi)存error 142:Pointer or procedural variable expected 缺指針或過程變量error 143:Invalid procedure or function reference 無效的過程或函數(shù)調(diào)用er
20、ror 144:Cannot overlay this unit 不能覆蓋該單元error 146:File access denied 不允許文件訪問error 147:Object type expected 缺對(duì)象類型error 148:Local object types are not allowed 不允許局部對(duì)象類型error 149:VIRTUAL expected 缺VIRTUALerror 150: Method identifier expected 缺方法標(biāo)識(shí)符error 151:Virtual constructors are not allowed 不允許虛構(gòu)造函數(shù)
21、error 152:Constructor identifier expected 缺構(gòu)造函數(shù)標(biāo)識(shí)符error 153:Destructor identifier expected 缺析構(gòu)函數(shù)標(biāo)識(shí)符error 154:Fail only allowed within constructors 只能在構(gòu)造函數(shù)內(nèi)使用Fail標(biāo)準(zhǔn)過程error 155:Invalid combination of opcode and operands 操作數(shù)與操作符無效組合error 156:Memory reference expected 缺內(nèi)存引用指針error 157:Cannot add or subt
22、ract relocatable symbols 不能加減可重定位符號(hào)error 158:Invalid register combination 無效寄存器組合error 159:286/287 instructions are not enabled 未激活286/287指令error 160:Invalid symbol reference 無效符號(hào)指針error 161:Code generation error 代碼生成錯(cuò)誤error 162:ASM expected 缺ASMerror 166:Procedure or function identifier expected 缺過
23、程或函數(shù)標(biāo)識(shí)符error 167:Cannot export this symbol 不能輸出該符號(hào)error 168:Duplicate export name 外部文件名重復(fù)error 169:Executable file header toerror 170:Too many segments 段太多fatal error C1004: unexpected end of file found 未找到文件末尾(可能是括號(hào)匹配問題) fatal error C1021:
24、0;invalid preprocessor command '1nclude' 無效的編譯預(yù)處理命令'1nclude' fatal error C1083: Cannot open include file: 'stdi.h': No such file or directory 不能打開頭文件'stdi.h',文件或文件夾不存在 erro
25、r C2101: '&' on constant 不能計(jì)算常量的地址 error C2059: syntax error : 'while' 在'while'附近,存在語法錯(cuò)誤 error C2061: syntax error : identifier 'x' 標(biāo)識(shí)符x的附近,存在語法錯(cuò)誤 error
26、;C2065: 'i' : undeclared identifier 變量i未定義 error C2078: too many initializers 數(shù)組/結(jié)構(gòu)等變量初始化時(shí)的數(shù)據(jù)太多 error C2087: '<Unknown>' : missing subscript 丟失數(shù)組下標(biāo) error C2106: '=
27、39; : left operand must be l-value '='的左側(cè)應(yīng)當(dāng)是左值,即不能是常量 error C2115: '=' : incompatible types '='兩側(cè)的類型不兼容 error C2133: 'a' : unknown size a(可能是數(shù)組名)的大小不確定。 erro
28、r C2137: empty character constant 空的字符常量 error C2143: syntax error : missing '' before . 在.之前,缺少'' error C2146: syntax error : missing ')' before identifi
29、er '.' 在標(biāo)識(shí)符'.'之前缺少')' error C2181: illegal else without matching if else缺少匹配的if error C2198: 'printf' : too few actual parameters 'printf'函數(shù)的參數(shù)太少 error
30、C2223: left of '->x' must point to struct/union '->x'的左側(cè)應(yīng)是結(jié)構(gòu)類型變量或聯(lián)合類型變量 error C2224: left of '.x' must have struct/union type '.x'的左側(cè)應(yīng)是結(jié)構(gòu)類型變量或聯(lián)合類型變量 error C2371:&
31、#160;'f1' : redefinition; different basic types 函數(shù)'f1'的接口被重定義,參數(shù)類型或返回值類型不一致 warning C4101: 'x' : unreferenced local variable 'x'是一個(gè)從未被使用的局部變量 warning C4013: 'fi' undefi
32、ned; assuming extern returning int 函數(shù)'fi'未定義,假設(shè)其是外部函數(shù),返回值類型是int warning C4020: 'fun' : too many actual parameters 調(diào)用'fun'函數(shù)時(shí),有太多的實(shí)參 warning C4033: 'f3' must return a value 函數(shù)'f3'應(yīng)當(dāng)有返回值語句 warning C4047: '=' : 'int *' differs in levels of indirection from '
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 船舶保養(yǎng)考試題及答案
- 2025年軍隊(duì)文職人員招聘之軍隊(duì)文職法學(xué)考前沖刺試卷A卷含答案
- 小升初科學(xué)測(cè)試題及答案
- 2019-2025年消防設(shè)施操作員之消防設(shè)備基礎(chǔ)知識(shí)能力檢測(cè)試卷B卷附答案
- 2019-2025年消防設(shè)施操作員之消防設(shè)備基礎(chǔ)知識(shí)??寄M試題(全優(yōu))
- 2019-2025年消防設(shè)施操作員之消防設(shè)備基礎(chǔ)知識(shí)基礎(chǔ)試題庫和答案要點(diǎn)
- 社保知識(shí)培訓(xùn)課件北京
- 語文小說文本解讀技巧訓(xùn)練教案:以小說圍城為例
- 辦公室人員基本信息表
- 寫作技巧大揭秘:高中語文作文指導(dǎo)課程教案
- 2025年共青科技職業(yè)學(xué)院單招職業(yè)適應(yīng)性測(cè)試題庫完整版
- 2025年上半年潛江市城市建設(shè)發(fā)展集團(tuán)招聘工作人員【52人】易考易錯(cuò)模擬試題(共500題)試卷后附參考答案
- 統(tǒng)編版語文二年級(jí)下冊(cè)15古詩二首 《曉出凈慈寺送林子方》公開課一等獎(jiǎng)創(chuàng)新教學(xué)設(shè)計(jì)
- 旅游電子商務(wù)(第2版) 課件全套 周春林 項(xiàng)目1-8 電子商務(wù)概述-旅游電子商務(wù)數(shù)據(jù)挖掘
- 2025年安徽警官職業(yè)學(xué)院單招職業(yè)適應(yīng)性測(cè)試題庫帶答案
- 廣東廣東省錢幣學(xué)會(huì)招聘筆試歷年參考題庫附帶答案詳解
- 2025年福建省中職《英語》學(xué)業(yè)水平考試核心考點(diǎn)試題庫500題(重點(diǎn))
- 【課件】自然環(huán)境課件-2024-2025學(xué)年七年級(jí)地理下冊(cè)人教版
- 2025年河北省職業(yè)院校技能大賽智能節(jié)水系統(tǒng)設(shè)計(jì)與安裝(高職組)考試題庫(含答案)
- 2025-2030年中國蒸發(fā)器冷凝器行業(yè)發(fā)展?fàn)顩r及前景趨勢(shì)分析報(bào)告
- 2024年江西應(yīng)用工程職業(yè)學(xué)院單招職業(yè)技能測(cè)試題庫標(biāo)準(zhǔn)卷
評(píng)論
0/150
提交評(píng)論