FREE PASCAL出错信息对照表(中英文对照)

合集下载

常见c语言错误中英文对照表

常见c语言错误中英文对照表

1. Ambiguous operators need parentheses — 不明确的运算需要用括号括起2. Ambiguous symbol 'xxx' — 不明确的符号3. Argument list syntax error — 参数表语法错误4. Array bounds missing — 丢失数组界限符5. Array size toolarge — 数组尺寸太大6. Bad character in paramenters — 参数中有不适当的字符7. Bad file name format in include directive — 包含命令中文件名格式不正确8. Bad ifdef directive synatax — 编译预处理ifdef有语法错9. Bad undef directive syntax — 编译预处理undef有语法错10. Bit field too large — 位字段太长11. Call of non-function — 调用未定义的函数12. Call to function with no prototype — 调用函数时没有函数的说明13. Cannot modify a const object — 不允许修改常量对象14. Case outside of switch — 漏掉了case 语句15. Case syntax error — Case 语法错误16. Code has no effect — 代码不可能执行到17. Compound statement missing{ — 分程序漏掉"{"18. Conflicting type modifiers — 不明确的类型说明符19. Constant expression required — 要求常量表达式20. Constant out of range in comparison — 在比较中常量超出范围21. Conversion may lose significant digits — 转换时会丢失意义的数字22. Conversion of near pointer not allowed — 不允许转换近指针23. Could not find file 'xxx' — 找不到XXX文件24. Declaration missing ; — 说明缺少";"25. Declaration syntax error — 说明中出现语法错误26. Default outside of switch — Default 出现在switch语句之外27. Define directive needs an identifier — 定义编译预处理需要标识符28. Division by zero — 用零作除数29. Do statement must have while — Do-while语句中缺少while部分30. Enum syntax error — 枚举类型语法错误31. Enumeration constant syntax error — 枚举常数语法错误32. Error directive :xxx — 错误的编译预处理命令33. Error writing output file — 写输出文件错误34. Expression syntax error — 表达式语法错误35. Extra parameter in call — 调用时出现多余错误36. File name too long — 文件名太长37. Function call missing ) — 函数调用缺少右括号38. Fuction definition out of place — 函数定义位置错误39. Fuction should return a value — 函数必需返回一个值40. Goto statement missing label — Goto语句没有标号41. Hexadecimal or octal constant too large — 16进制或8进制常数太大42. Illegal character 'x' — 非法字符x43. Illegal initialization — 非法的初始化44. Illegal octal digit — 非法的8进制数字45. Illegal pointer subtraction — 非法的指针相减46. Illegal structure operation — 非法的结构体操作47. Illegal use of floating point — 非法的浮点运算48. Illegal use of pointer — 指针使用非法49. Improper use of a typedefsymbol — 类型定义符号使用不恰当50. In-line assembly not allowed — 不允许使用行间汇编51. Incompatible storage class — 存储类别不相容52. Incompatible type conversion — 不相容的类型转换53. Incorrect number format — 错误的数据格式54. Incorrect use of default — Default使用不当55. Invalid indirection — 无效的间接运算56. Invalid pointer addition — 指针相加无效57. Irreducible expression tree — 无法执行的表达式运算58. Lvalue required — 需要逻辑值0或非0值59. Macro argument syntax error — 宏参数语法错误60. Macro expansion too long — 宏的扩展以后太长61. Mismatched number of parameters in definition — 定义中参数个数不匹配62. Misplaced break — 此处不应出现break语句63. Misplaced continue — 此处不应出现continue语句64. Misplaced decimal point — 此处不应出现小数点65. Misplaced elif directive — 不应编译预处理elif66. Misplaced else — 此处不应出现else67. Misplaced else directive — 此处不应出现编译预处理else68. Misplaced endif directive — 此处不应出现编译预处理endif69. Must be addressable — 必须是可以编址的70. Must take address of memory location — 必须存储定位的地址71. No declaration for function 'xxx' — 没有函数xxx的说明72. No stack — 缺少堆栈73. No type information — 没有类型信息74. Non-portable pointer assignment — 不可移动的指针(地址常数)赋值75. Non-portable pointer comparison — 不可移动的指针(地址常数)比较76. Non-portable pointer conversion — 不可移动的指针(地址常数)转换77. Not a valid expression format type — 不合法的表达式格式78. Not an allowed type — 不允许使用的类型79. Numeric constant too large — 数值常太大80. Out of memory — 内存不够用81. Parameter 'xxx' is never used — 能数xxx没有用到82. Pointer required on left side of -> — 符号->的左边必须是指针83. Possible use of 'xxx' before definition — 在定义之前就使用了xxx(警告)84. Possibly incorrect assignment — 赋值可能不正确85. Redeclaration of 'xxx' — 重复定义了xxx86. Redefinition of 'xxx' is not identical — xxx的两次定义不一致87. Register allocation failure — 寄存器定址失败88. Repeat count needs an lvalue — 重复计数需要逻辑值89. Size of structure or array not known — 结构体或数给大小不确定90. Statement missing ; — 语句后缺少";"91. Structure or union syntax error — 结构体或联合体语法错误92. Structure size too large — 结构体尺寸太大93. Sub scripting missing ] — 下标缺少右方括号94. Superfluous & with function or array — 函数或数组中有多余的"&"95. Suspicious pointer conversion — 可疑的指针转换96. Symbol limit exceeded — 符号超限97. Too few parameters in call — 函数调用时的实参少于函数的参数不98. Too many default cases — Default太多(switch语句中一个)99. Too many error or warning messages — 错误或警告信息太多100. Too many type in declaration — 说明中类型太多101. Too much auto memory in function — 函数用到的局部存储太多102. Too much global data defined in file — 文件中全局数据太多103. Two consecutive dots — 两个连续的句点104. Type mismatch in parameter xxx — 参数xxx类型不匹配105. Type mismatch in redeclaration of 'xxx' — xxx重定义的类型不匹配106. Unable to create output file 'xxx' — 无法建立输出文件xxx107. Unable to open include file 'xxx' — 无法打开被包含的文件xxx 108. Unable to open input file 'xxx' — 无法打开输入文件xxx109. Undefined label 'xxx' — 没有定义的标号xxx110. Undefined structure 'xxx' — 没有定义的结构xxx111. Undefined symbol 'xxx' — 没有定义的符号xxx112. Unexpected end of file in comment started on line xxx — 从xxx行开始的注解尚未结束文件不能结束113. Unexpected end of file in conditional started on line xxx — 从xxx 开始的条件语句尚未结束文件不能结束114. Unknown assemble instruction — 未知的汇编结构115. Unknown option — 未知的操作116. Unknown preprocessor directive: 'xxx' — 不认识的预处理命令xxx117. Unreachable code — 无路可达的代码118. Unterminated string or character constant — 字符串缺少引号119. User break — 用户强行中断了程序120. Void functions may not return a value — Void类型的函数不应有返回值121. Wrong number of arguments — 调用函数的参数数目错122. 'xxx' not an argument — xxx不是参数123. 'xxx' not part of structure — xxx不是结构体的一部分124. xxx statement missing ( — xxx语句缺少左括号125. xxx statement missing ) — xxx语句缺少右括号126. xxx statement missing ; — xxx缺少分号127. xxx' declared but never used — 说明了xxx但没有使用128. xxx' is assigned a value which is never used — 给xxx赋了值但未用过。

C语言常见错误中英文对照表

C语言常见错误中英文对照表

LNK LNK LNK
1169 2001 2005
warning
C4067
warning warning
C4091 C4101
one or more multiply defined symbols found unresolved external symbol _main _main already defined in Cpp1.obj unexpected tokens following preprocessor directive - expected a newline '' ignored on left of 'type' when no variable is declared 'xxx' unreferenced local variable '=' conversion from 'type1' to 'type2', possible loss of data 'initializing' truncation from 'const double' to 'float' ';' empty controlled statement found; is this the intent? 'xxx' function should return a value; 'void' return type assumed 'operator'operator has no effect; expected operator with side-effect '==' operator has no effect; did you intend '='? local variable 'xxx' used without having been initialized 'xxx' not all control paths return a value potential divide by 0

PASCAL错误一览表

PASCAL错误一览表

错误一览表1、Run Time Errors运行错误(A)DOS错误代码:1:无效DoS功能号2:文件末找到3:路径未找到4:打开文件过多5:禁止文件存取6:无效文件句柄12:无效文件存取代码15:无效驱动器号16:不能删除当前日录17:不能跨驱动器改文件名(B)I/O错误100:磁盘读错误101:磁盘写错误102:文件变量末赋值103:文件未打开104:文件未用输入方式打开105:文件末用输出方式打开106:无效数字格式(C)严重错误150:磁盘写保护15l:未知单元152:驱动器未准备好153:未知命令154:数据CRC校验错155:驱动器请求的结构长度错156:磁盘定位错157:未知媒介类型158:扇区末找到159:打印机缺纸160:设备写失败161:设备读失败162:硬件故障(D)致命错误200:被零除201:范围检查错202:堆栈溢出错203:堆溢出错204:无效指针操作205:浮点上溢出206:浮点下溢出207:无效浮点运算208:未安装覆盖管理程序209:覆盖文件读错210:对象未初始化211:调用抽象方法212:流登计错213:集合下标越界214:集合溢出215:算术上溢错误216:存取非法217:控制-C218:授权指令219:无效的TYPECAST220:无效的变体TYPECAST221:无效的变体操作222:没有变体方法调用DISPATCHER223:不能建立变体数组224:变体不包含数组225:变体数组边界错误226:TLS初始化错误2、编译错误对照表下面列出在编译程序时可能出现的错误,在集成环境下,Pascal将自动加载源程序并定位于出错处。

1:内存溢出2:缺标识符3:标识符未定义4:标识符重定义5:语法错误6:实型常量错7:整型常量错8:字符串常量跨行9:文件嵌套过多10:非正常文件结束11:行过长12:缺类型标识符13:打开文件过多14:无效文件名15:文件未找到16:磁盘满17:无效编译指示18:文件过多19:指针定义中未定义类型20:缺变量标识符21:类型错误22:结构过长24:文件分量不能为文件25:无效字符串长度26:类型不匹配27:无效子界基类型28:下界大于上界29:缺有序类型30:缺整型常数31:缺常数32:缺整型或实型常数33:缺指针类型标识符34:无效的函数结果类型35:缺标号标识符36:缺BEGIN37:缺END38:缺整型表达式39:缺有序表达式40:缺布尔表达式41:操作数类型与操作符不匹配42:表达式错43:非法赋值44:缺字段标识符45:目标文件过长46:未定义外部标识符47:无效*.OBJ文件记录48:代码段过长49:数据段过长50:缺DO51:无效PUBLIC定义52:无效EXTRN定义53:EXTRN定义过多54:缺0F55:缺INTERFACE56:无效重定位引用57:缺THEN58:缺T0或DOWNTO59:未定义的向前引用60:过程过多61:无效类型转换62:被零除D63:无效文件类型64:不能读写该类型的变量65:缺指针变量66:缺字符串变量67:缺字符串表达式68:单元循环引用69:单元名不匹配70:单元版本不匹配71:单元重名72:单元文件格式错误73:缺IMPLEMENTATl0N74:常数与CASE类型不相匹配75:缺记录变量76:常数越界77:缺文件变量78:缺指针变量79:缺整型或实型表达式80:标号不在当前块中81:标号已定义82:标号未定义83:无效参数84:缺UNIT85:缺“;”86:缺“:”87:缺“,”88:缺“(”89:缺“)”90:缺“=”91:缺“:=”92:缺“[”或“(.”93:缺“]”或“.)”94:缺“.”96:变量过多97:无效FOR控制变量98:缺整型变量99:此处不允许用文件和100:字符串长度不匹配101:无效字顺序102:缺字符串常数103:缺整型或实型变量104:缺有序变量105:INLINE错106:缺字符表达式107:重定位项过多112:CASE常量越界113:语句错114:不能调用中断过程116:必须在8087方式下编译117:末找到目标地址118:此处不允许包含文件120:缺NIL121:无效限定符122:无效变量引用123:符号过多124:语句部分过长126:文件必须为变量参数127:条件符号过多128:条件指令错位130:初始条件定义错13l:过程和函数头与前面定义的不匹酉132:严重磁盘错误133:不能计算该表达式134:表达式错误结束l35:无效格式说明符136:无效间接引用137:此处不允许结构变量138:无SYSTEM单元不能计算l39:不能存取该符号140:无效浮点运算141:不能将覆盖编译至内存142:缺过程和函数变量143:无效过程或函数引用144:不能覆盖该单元147:缺对象类型148:不允许局部对象类型149:缺VIRTUAL150:缺方法标识符151:不允许虚拟构造方法152:缺构造方法标识符153:缺释放方法标识符154:FAIL只允许在构造方法内使用155:无效的操作符和操作数组合156:缺内存引用l57:不能加减可重定位符号158:无效寄存器组合159:未激活286/287指令160:无效符号引用161:代码生成错162:缺ASM11/ 11。

freePascal运行错误对照表

freePascal运行错误对照表

Free Pascal错误一览表1、Run Time Errors 运行错误(A)DOS 错误代码:1:无效DoS功能号2:文件末找到3:路径未找到4:打开文件过多5:禁止文件存取6:无效文件句柄12:无效文件存取代码15:无效驱动器号16:不能删除当前日录17:不能跨驱动器改文件名(B)I/O错误100:磁盘读错误101:磁盘写错误102:文件变量末赋值103:文件未打开104:文件未用输入方式打开105:文件末用输出方式打开106:无效数字格式(C)严重错误150:磁盘写保护15l:未知单元152:驱动器未准备好153:未知命令154:数据CRC校验错155:驱动器请求的结构长度错156:磁盘定位错157:未知媒介类型158:扇区末找到159:打印机缺纸160:设备写失败161:设备读失败162:硬件故障(D)致命错误200:被零除20l:范围检查错202:堆栈溢出错203:堆溢出错204:无效指针操作205:浮点上溢出206:浮点下溢出207:无效浮点运算208:未安装覆盖管理程序209:覆盖文件读错210:对象未初始化211:调用抽象方法212:流登计错213:集合下标越界214:集合溢出215:算术上溢错误216:存取非法217:控制-C218:授权指令219:无效的TYPECAST220:无效的变体TYPECAST221:无效的变体操作222:没有变体方法调用DISPATCHER223:不能建立变体数组224:变体不包含数组225:变体数组边界错误226:TLS初始化错误2、编译错误对照表下面列出在编译程序时可能出现的错误,在集成环境下,Pascal将自动加载源程序并定位于出错处。

1:内存溢出2:缺标识符3:标识符未定义4:标识符重定义5:语法错误6:实型常量错7:整型常量错8:字符串常量跨行9:文件嵌套过多10:非正常文件结束11:行过长12:缺类型标识符13:打开文件过多14:无效文件名15:文件未找到16:磁盘满17:无效编译指示18:文件过多19:指针定义中未定义类型20:缺变量标识符21:类型错误22:结构过长24:文件分量不能为文件25:无效字符串长度26:类型不匹配27:无效子界基类型28:下界大于上界29:缺有序类型30:缺整型常数31:缺常数32:缺整型或实型常数33:缺指针类型标识符34:无效的函数结果类型35:缺标号标识符36:缺BEGIN37:缺END38:缺整型表达式39:缺有序表达式40:缺布尔表达式41:操作数类型与操作符不匹配42:表达式错43:非法赋值44:缺字段标识符45:目标文件过长46:未定义外部标识符47:无效*.OBJ文件记录48:代码段过长49:数据段过长50:缺DO51:无效PUBLIC定义52:无效EXTRN定义53:EXTRN定义过多54:缺0F55:缺INTERFACE56:无效重定位引用57:缺THEN58:缺T0或DOWNTO59:未定义的向前引用60:过程过多61:无效类型转换62:被零除D63:无效文件类型64:不能读写该类型的变量65:缺指针变量66:缺字符串变量67:缺字符串表达式68:单元循环引用69:单元名不匹配70:单元版本不匹配71:单元重名72:单元文件格式错误73:缺IMPLEMENTATl0N 74:常数与CASE类型不相匹配75:缺记录变量76:常数越界77:缺文件变量78:缺指针变量79:缺整型或实型表达式80:标号不在当前块中81:标号已定义82:标号未定义83:无效参数84:缺UNIT85:缺“;”86:缺“:”87:缺“,”88:缺“(”89:缺“)”90:缺“=”91:缺“:=”92:缺“[”或“(.”93:缺“]”或“.)”94:缺“.”96:变量过多97:无效FOR控制变量98:缺整型变量99:此处不允许用文件和100:字符串长度不匹配101:无效字顺序102:缺字符串常数103:缺整型或实型变量104:缺有序变量105:INLINE错106:缺字符表达式107:重定位项过多112:CASE常量越界113:语句错114:不能调用中断过程116:必须在8087方式下编译117:末找到目标地址118:此处不允许包含文件120:缺NIL121:无效限定符122:无效变量引用123:符号过多124:语句部分过长126:文件必须为变量参数127:条件符号过多128:条件指令错位130:初始条件定义错13l:过程和函数头与前面定义的不匹酉132:严重磁盘错误133:不能计算该表达式134:表达式错误结束l35:无效格式说明符136:无效间接引用137:此处不允许结构变量138:无SYSTEM单元不能计算l39:不能存取该符号140:无效浮点运算141:不能将覆盖编译至内存142:缺过程和函数变量143:无效过程或函数引用144:不能覆盖该单元147:缺对象类型148:不允许局部对象类型149:缺VIRTUAL150:缺方法标识符151:不允许虚拟构造方法152:缺构造方法标识符153:缺释放方法标识符154:FAIL只允许在构造方法内使用155:无效的操作符和操作数组合156:缺内存引用l57:不能加减可重定位符号158:无效寄存器组合159:未激活286/287指令160:无效符号引用161:代码生成错162:缺ASM。

Pascal编译错误中文对照表

Pascal编译错误中文对照表

Pascal编译错误中文对照表下面列出在编译程序时可能出现的错误,在集成环境下,Turbo Pascal将自动加载源程序并定位于出错处。

1内存溢出2缺标识符3标识符未定义4标识符重定义5语法错误6实型常量错7整型常量错8字符串常量跨行9文件嵌套过多10非正常文件结束11行过长12缺类型标识符13打开文件过多14无效文件名15文件未找到16磁盘满17无效编译指示18文件过多19指针定义中未定义类型20缺变量标识符21类型错误22结构过长24文件分量不能为文件25无效字符串长度26类型不匹配27无效子界基类型28下界大于上界29缺有序类型30缺整型常数31缺常数32缺整型或实型常数33缺指针类型标识符34无效的函数结果类型35缺标号标识符36缺BEGIN37缺END38缺整型表达式39缺有序表达式40缺布尔表达式41操作数类型与操作符不匹配42表达式错43非法赋值44缺字段标识符45目标文件过长46未定义外部标识符47无效*.OBJ文件记录48代码段过长49数据段过长50缺DO51无效PUBLIC定义52无效EXTRN定义53EXTRN定义过多54缺0F55缺INTERFACE56无效重定位引用57缺THEN58缺T0或DOWNTO59未定义的向前引用60过程过多61无效类型转换62被零除D63无效文件类型64不能读写该类型的变量65缺指针变量66缺字符串变量67缺字符串表达式68单元循环引用69单元名不匹配70单元版本不匹配71单元重名72单元文件格式错误73缺IMPLEMENTATl0N74常数与CASE类型不相匹配75缺记录变量76常数越界77缺文件变量78缺指针变量79缺整型或实型表达式80标号不在当前块中81标号已定义82标号未定义83无效参数84缺UNIT85缺“;”86缺“:”87缺“,”88缺“(”89缺“)”90缺“=”91缺“:=”92缺“[”或“(.”93缺“]”或“.)”94缺“.”96变量过多97无效FOR控制变量98缺整型变量99此处不允许用文件和100字符串长度不匹配101无效字顺序102缺字符串常数103缺整型或实型变量104缺有序变量105INLINE错106缺字符表达式107重定位项过多112CASE常量越界113语句错114不能调用中断过程116必须在8087方式下编译117末找到目标地址118此处不允许包含文件120缺NIL121无效限定符122无效变量引用123符号过多124语句部分过长126文件必须为变量参数127条件符号过多128条件指令错位130初始条件定义错13l过程和函数头与前面定义的不匹酉132严重磁盘错误133不能计算该表达式134表达式错误结束135无效格式说明符136无效间接引用137此处不允许结构变量138无SYSTEM单元不能计算139不能存取该符号140无效浮点运算141不能将覆盖编译至内存142缺过程和函数变量143无效过程或函数引用144不能覆盖该单元147缺对象类型148不允许局部对象类型149缺VIRTUAL150缺方法标识符151不允许虚拟构造方法152缺构造方法标识符153缺释放方法标识符154FAIL只允许在构造方法内使用155无效的操作符和操作数组合156缺内存引用157不能加减可重定位符号158无效寄存器组合159未激活286/287指令160无效符号引用161代码生成错162缺ASM《Turbo Pascal 运行错误对照表》运行错误是指程序运行时出现的错误,当发生时,Turbo Pascal显示如下信息:RUNTIME ERROR NNNN AT XXXX:YYYY其中,nnnn是运行错误代码,xxxx是错误发生的程序段,yyyy是错误地址偏移。

C++出错提示英汉对照表

C++出错提示英汉对照表

C++出错提示英汉对照表Ambiguous operators need parentheses -----------不明确的运算需要用括号括起Ambiguous symbol ''xxx'' ----------------不明确的符号Argument list syntax error ----------------参数表语法错误Array bounds missing ------------------丢失数组界限符Array size toolarge -----------------数组尺寸太大Bad character in paramenters ------------------参数中有不适当的字符Bad file name format in include directive --------------------包含命令中文件名格式不正确Bad ifdef directive synatax ------------------------------编译预处理ifdef有语法错Bad undef directive syntax ---------------------------编译预处理undef有语法错Bit field too large ----------------位字段太长Call of non-function -----------------调用未定义的函数Call to function with no prototype ---------------调用函数时没有函数的说明Cannot modify a const object ---------------不允许修改常量对象Case outside of switch ----------------漏掉了case 语句Case syntax error ------------------ Case 语法错误Code has no effect -----------------代码不可述不可能执行到Compound statement missing{ --------------------分程序漏掉"{"Conflicting type modifiers ------------------不明确的类型说明符Constant expression required ----------------要求常量表达式Constant out of range in comparison -----------------在比较中常量超出范围Conversion may lose significant digits -----------------转换时会丢失意义的数字Conversion of near pointer not allowed -----------------不允许转换近指针Could not find file ''xxx'' -----------------------找不到XXX文件Declaration missing ; ----------------说明缺少";" houjiumingDeclaration syntax error -----------------说明中出现语法错误Default outside of switch ------------------ Default 出现在switch语句之外Define directive needs an identifier ------------------定义编译预处理需要标识符Division by zero ------------------用零作除数Do statement must have while ------------------ Do-while语句中缺少while部分Enum syntax error ---------------------枚举类型语法错误Enumeration constant syntax error -----------------枚举常数语法错误Error directive :xxx ------------------------错误的编译预处理命令Error writing output file ---------------------写输出文件错误Expression syntax error -----------------------表达式语法错误Extra parameter in call ------------------------调用时出现多余错误File name too long ----------------文件名太长Function call missing -----------------函数调用缺少右括号Fuction definition out of place ------------------函数定义位置错误Fuction should return a value ------------------函数必需返回一个值Goto statement missing label ------------------ Goto语句没有标号Hexadecimal or octal constant too large ------------------16进制或8进制常数太大Illegal character ''x'' ------------------非法字符xIllegal initialization ------------------非法的初始化Illegal octal digit ------------------非法的8进制数字houjiumingIllegal pointer subtraction ------------------非法的指针相减Illegal structure operation ------------------非法的结构体操作Illegal use of floating point -----------------非法的浮点运算Illegal use of pointer --------------------指针使用非法Improper use of a typedefsymbol ----------------类型定义符号使用不恰当In-line assembly not allowed -----------------不允许使用行间汇编Incompatible storage class -----------------存储类别不相容Incompatible type conversion --------------------不相容的类型转换Incorrect number format -----------------------错误的数据格式Incorrect use of default --------------------- Default使用不当Invalid indirection ---------------------无效的间接运算Invalid pointer addition ------------------指针相加无效Irreducible expression tree -----------------------无法执行的表达式运算Lvalue required ---------------------------需要逻辑值0或非0值Macro argument syntax error -------------------宏参数语法错误Macro expansion too long ----------------------宏的扩展以后太长Mismatched number of parameters in definition ---------------------定义中参数个数不匹配Misplaced break ---------------------此处不应出现break语句Misplaced continue ------------------------此处不应出现continue语句Misplaced decimal point --------------------此处不应出现小数点Misplaced elif directive --------------------不应编译预处理elifMisplaced else ----------------------此处不应出现else houjiumingMisplaced else directive ------------------此处不应出现编译预处理elseMisplaced endif directive -------------------此处不应出现编译预处理endifMust be addressable ----------------------必须是可以编址的Must take address of memory location ------------------必须存储定位的地址No declaration for function ''xxx'' -------------------没有函数xxx的说明No stack ---------------缺少堆栈No type information ------------------没有类型信息Non-portable pointer assignment --------------------不可移动的指针(地址常数)赋值Non-portable pointer comparison --------------------不可移动的指针(地址常数)比较Non-portable pointer conversion ----------------------不可移动的指针(地址常数)转换Not a valid expression format type ---------------------不合法的表达式格式Not an allowed type ---------------------不允许使用的类型Numeric constant too large -------------------数值常太大Out of memory -------------------内存不够用houjiumingParameter ''xxx'' is never used ------------------能数xxx没有用到Pointer required on left side of -> -----------------------符号->的左边必须是指针Possible use of ''xxx'' before definition -------------------在定义之前就使用了xxx(警告)Possibly incorrect assignment ----------------赋值可能不正确Redeclaration of ''xxx'' -------------------重复定义了xxxRedefinition of ''xxx'' is not identical ------------------- xxx的两次定义不一致Register allocation failure ------------------寄存器定址失败Repeat count needs an lvalue ------------------重复计数需要逻辑值Size of structure or array not known ------------------结构体或数给大小不确定Statement missing ; ------------------语句后缺少";"Structure or union syntax error --------------结构体或联合体语法错误Structure size too large ----------------结构体尺寸太大Sub scripting missing ] ----------------下标缺少右方括号Superfluous & with function or array ------------------函数或数组中有多余的"&" Suspicious pointer conversion ---------------------可疑的指针转换Symbol limit exceeded ---------------符号超限Too few parameters in call -----------------函数调用时的实参少于函数的参数不Too many default cases ------------------- Default太多(switch语句中一个)Too many error or warning messages --------------------错误或警告信息太多Too many type in declaration -----------------说明中类型太多houjiumingToo much auto memory in function -----------------函数用到的局部存储太多Too much global data defined in file ------------------文件中全局数据太多Two consecutive dots -----------------两个连续的句点Type mismatch in parameter xxx ----------------参数xxx类型不匹配Type mismatch in redeclaration of ''xxx'' ---------------- xxx重定义的类型不匹配Unable to create output file ''xxx'' ----------------无法建立输出文件xxxUnable to open include file ''xxx'' ---------------无法打开被包含的文件xxxUnable to open input file ''xxx'' ----------------无法打开输入文件xxxUndefined label ''xxx'' -------------------没有定义的标号xxxUndefined structure ''xxx'' -----------------没有定义的结构xxxUndefined symbol ''xxx'' -----------------没有定义的符号xxxUnexpected end of file in comment started on line xxx ----------从xxx行开始的注解尚未结束文件不能结束Unexpected end of file in conditional started on line xxx ----从xxx 开始的条件语句尚未结束文件不能结束Unknown assemble instruction ----------------未知的汇编结构houjiuming Unknown option ---------------未知的操作Unknown preprocessor directive: ''xxx'' -----------------不认识的预处理命令xxx Unreachable code ------------------无路可达的代码Unterminated string or character constant -----------------字符串缺少引号User break ----------------用户强行中断了程序Void functions may not return a value ----------------- Void类型的函数不应有返回值Wrong number of arguments -----------------调用函数的参数数目错''xxx'' not an argument ----------------- xxx不是参数''xxx'' not part of structure -------------------- xxx不是结构体的一部分xxx statement missing ( -------------------- xxx语句缺少左括号xxx statement missing ) ------------------ xxx语句缺少右括号xxx statement missing ; -------------------- xxx缺少分号houjiumingxxx'' declared but never used -------------------说明了xxx但没有使用xxx'' is assigned a value which is never used ----------------------给xxx赋了值但未用过Zero length structure ------------------结构体的长度为零。

常见汇编错误中英对照

常见汇编错误中英对照
missing single or double quotation mark in string 找不到单引号或双引号
empty (null) string 没有字符串
nondigit in number 没有总数
invalid type expression 无效的类型表达式
distance invalid for word size of current segment 当前区、段的大小命令无效
PROC, MACRO, or macro repeat directive must precede LOCAL PROC, MACRO, 或 macro repeat指令必须在LOCAL之前
cannot find cvpack.exe 找不到cvpack.exe
SEVERE 严重的错误
memory operand not allowed in context 内存操作数无法载入上下文环境
[ELSE]IF2/.ERR2 not allowed : single-pass assembler [ELSE]IF2/.ERR2不允许单独汇编
expression too complex for .UNTILCXZ .UNTILCXZ表达式太复杂
can ALIGN only to power of 2 仅能对齐到2的幂
forced error 强制错误
forced error : value equal to 0 标准等于零
forced error : value not equal to 0 标准不等于零
statement too complex 声明太复杂
identifier too long 标识符太长

中英文对照FREE PASCAL错误一览表

中英文对照FREE PASCAL错误一览表

Free Pascal错误一览表1.Out of memory[内存溢出]2.Identifier expected[缺标识符]3.Identifier not found[标识符未找到]*如:Identifier not found INTEGR[标识符INTEGER未找到]4.Duplicate identifier[重复说明]*如:Duplicate identifier N[变量N重复说明]5.Syntax error[语法错误]*6.Error in real constant[实型常量错]7.Error in integer constant[整型常量错]8.String constant exceeds line[字符串常量跨行]9.Too many nested file[文件嵌套过多]10.Unexpected end of file[非正常文件结束]11.Line to long[行过长]12.Type Identifier expected[缺类型标识符]13.Too many open file[打开文件过多]14.Invalid file name[无效文件名]15.File not found[文件未找到]*16.Disk full[磁盘满]17.Invalid compiler directive[无效编译指示]18.Too many file[文件过多]19.Undefined type in pointer definition[指针定义中未定义类型]20.Variable identifier expected[缺变量标识符]21.Error in type definition[类型错误说明]*22.Stucture too large[结构过长]23.Set base type out of range[集合基类型越界]24.File components may not be files or object[FILE分量不能为文件或对象]25.Invalid string length[无效字符串长度]26.Type mismatch[类型不匹配]*27.Invalid subrange base type[无效子界基类型]28.Lower bound greater than upper bound[下界大于上界]29.Ordinal type expected[缺有序类型]30.Integer constant expected[缺整型常数]31.Constant expected[缺常量]32.Integer or real constant expected[缺整型或实型常量]33.Pointe type identifier expected[缺指针类型标识符]34.Invalid function result type[无效的函数结果类型]bel identifier expected[缺标号标识符]36.Begin expected[缺BEGIN]*37.End expected[缺END]*38.Integer expression expected[缺整型表达式]39.Ordinal expression expected[缺有序表达式]40.Boolean expression expected[缺布尔表达式]41.Operand type do not match operator[操作数与操作符不匹配]42.Error in expression[表达式错]43.Illegal expression[非法赋值]*44.Field identifier expected[缺域标识符]45.Object file too large[目标文件过大]46.Undefined external[未定义外部标识符]47.Invalid object file record[无效OBJ文件记录]48.Code segment too large[代码段过长]49.Data segment too large[数据段过长]*50.Do expected[缺DO]*51.Invalid PUBLIC definition[无效PUBLIC定义]52.Invalid EXTRN definition[无效EXTRN定义]53.Too many EXTRN definition[EXTRN定义过多]54.Of extected[缺0F]*55.INTERFACE expected[缺INTERFACE]56.Invalid relocatable reference[无效重定位引用]57.THEN expected[缺THEN]*58.TO(DOWNTO)expected[缺T0或DOWNTO]*59.Undefined forward[提前引用未定义的说明]60.Too many procedures[过程过多]61.Invalid typecast[无效类型转换]62.Division by zero[被零除]63.Invalid typecast[无效文件类型]64.Cannot Read or Write variable of this type[不能读写该类型的变量]*65.Ponter variable expected[缺指针变量]66.String variable expected[缺字符串变量]67.String expression expected[缺字符串表达式]68.Circular unit reference[单元循环引用]69.Unit name mismatchg[单元名不匹配]70.Unit version mismatch[单元版本不匹配]71.Duplicate unit name[单元重名]72.Unit file format error[单元文件格式错误]73.Implementation expected[缺IMPLEMENTATl0N]74.constant and case types do not match[常数与CASE类型不相匹配]75.Record variable expected[缺记录变量]76.Constant out of range[常量越界]77.File variable expected[缺文件变量]78.Pointer extression expected[缺指针变量]79.Integer or real expression expected[缺整型或实型表达式]ble not within current block[标号不在当前块中]ble already defined[标号已定义]82.Undefined lable in preceding statement part[在前面语句中标号未定义]83.Invalid@argument[无效的@参数]84.Unit expected[缺UNIT]85.“;”expected[缺“;”]*86.“:”expected[缺“:”]*87.“,”expected[缺“,”]*88.“(”expected[缺“(”)*89.“)”expected[缺“]”]*90.“=”expected[缺“=”]*91.“:=”expected[缺“:=”]*92.“[”or“(”expected[缺“[”或“(”)*93.“]”or“)”expected[缺“]”或“)”]*94.“..”expected[缺“.”]*95.“..”expected[缺“..”]*96.Too many variable[变量过多]97.Invalid FOR control variable[无效FOR控制变量]98.Integer variable expected[缺整型变量]99.File and procedure types are not allowed here[此处不允许用文件和过程类型]100.Srting length mismatch[字符串长度不匹配]101.Invalid ordering of fields[无效域顺序]102.String constant expected[缺字符串常量]103.Integer or real variable expected[缺整型或实型变量]104.Ordinal variable expected[缺顺序变量]105.INLINE error[INLINE错]106.Character expression expected[缺字符表达式]107.Too many relocation items[重定位项过多]112.Case constant out of range[CASE常量越界]113.Error in statement[语句错]114.Can’t call an interrupt procedute[不能调用中断过程] 116.Must be in8087mode to complie this[必须在8087方式下编译]117.Target address not found[未找到目标地址]118.Include files are not allowed here[此处不允许包含INCLUDE文件]120.NIL expected[缺NIL]121.Invalid qualifier[无效限定符]122.Invalid variable reference[无效变量引用]123.Too many symbols[符号过多]124.Statement part too large[语句部分过长]126.Files must be var parameters[文件必须为变量参数]127.Too many conditional directive[条件符号过多]128.Misplaced conditional directive[条件指令错位]129.ENDIF directive missing[缺少ENDIF指令]130.Error in initial conditional defines[初始条件定义错] 131.Header does not match previous definition[过程和函数头与前面定义的不匹配]132.Critical disk error[严重磁盘错误]133.Can’t evalute this expression[不能计算该表达式]*如:Can’t evalute constart expression[不能计算该常量表达式] 134.Expression incorrectly terminated[表达式错误结束]135.Invaild format specifier[无效格式说明符]136.Invalid indirect reference[无效间接引用]137.Structed variable are not allowed here[此处不允许结构变量] 138.Can’t evalute without system unit[无SYSTEM单元不能计算] 139.Can’t access this symbols[不能存取该符号]140.Invalid floating–point operation[无效浮点运算]141.Can’t compile overlays to memory[不能将覆盖模块编译至内存] 142.Procedure or function variable expected[缺过程和函数变量] 143.Invalid procedure or function reference.[无效过程或函数引用] 144.Can’t overlay this unit[不能覆盖该单元]147.Object type expected[缺对象类型]148.Local object types are not allowed[不允许局部对象类型]149.VIRTUAL expected[缺VIRTUAL]150.Method identifier expected[缺方法标识符]151.Virtual constructor are not allowed[不允许虚拟构造方法] 152.Constructor Identifier expected[缺构造函数标识符]153.Destructor Identifier expected[缺析构函数标识符]154.Fail only allowed within constructors[FAIL标准过程只允许在构造方法内使用]155.Invalid combination of opcode and operands[无效的操作符和操作数组合]156.Memory reference expected[缺内存引用]157.Can’t add or subtrace relocatable symbols[不能加减可重定位符号]158.Invalid register combination[无效寄存器组合]159.286/287Instructions are not enabled[未激活286/287指令] 160.Invalid symbol reference[无效符号引用]161.Code generation error[代码生成错]162.ASM expected[缺ASM]二、运行错误运行错误将显示错误信息,并终止程序的运行。

pascal错误

pascal错误
error 215:Arithmetic overflow error 算术运算上溢
error 216:General Protection fault 一般保护性错误
error 221: 不知名错误,一般是用了非法运算符无效的变体操作。
error 206:Floating point underflow 浮点运算下溢
error 207:Invalid floating point operation 无效的浮点运算
error 208:Overlay manager not installed 未安装覆盖管理程序
error 203:Heap overflow error 堆溢出
error 204:Invalid pointer operation 无效的指针操作
error 205:Floating point overflow 浮点运算上溢
error 152:Drive not ready 驱动器未准备好
error 154:CRC error in data 数据CRC校验错
error 156:Disk seek error 磁盘定位错
error 106:Invalid numeric format 无效数值格式
error 150:Disk is write-protected 磁盘写保护
error 151:Bad drive request struct length 错误的驱动器请求结构长度
error 16:Cannot remove current directory 不能删除当前目录
error 17:Cannot rename across drives 不能跨驱动器改名

C语言常见错误中英文对照表(已经排版好,直接打印)

C语言常见错误中英文对照表(已经排版好,直接打印)
errorC2086: 'xxx' : redefinition中文对照:标识符xxx重定义
分析:变量名、数组名重名
errorC2087: '<Unknown>' : missing subscript中文对照:下标未知
分析:一般是定义二维数组时未指定第二维的长度,例如“int a[3][];”
errorC2100: illegal indirection中文对照:非法的间接访问运算符“*”
errorC2082: redefinition of formal parameter 'xxx'中文对照:重复定义形式参数xxx
分析:函数首部中的形式参数不能在函数体中再次被定义
errorC2084: function 'xxx' already has a body中文对照:已定义函数xxx
分析:在VC++早期版本中函数不能重名,6.0中支持函数的重载,函数名相同但参数不一样
需正确定义变量类型数据类型1为float或double数据类型2为int时结果有可能1为double数据类型2为float时不影响程序结果可忽略该警告不正确数据类型warningc4305
常见错误中英文对照表
fatal errorC1003: error count exceeds number; stopping compilation中文对照:错误太多,停止编译分析:修改之前的错误,再次编译
分析:可能缺少“{”、“)”或“;”等语言符号
: missing ')' before type 'xxx'中文对照:在xxx类型前缺少‘)’
分析:一般是函数调用时定义了实参的类型

c语言出错提示英汉对照表

c语言出错提示英汉对照表

C++出错提示英汉对照表Ambiguous operators need parentheses -----------不明确的运算需要用括号括起Ambiguous symbol ''xxx'' ----------------不明确的符号Argument list syntax error ----------------参数表语法错误Array bounds missing ------------------丢失数组界限符Array size toolarge -----------------数组尺寸太大Bad character in paramenters ------------------参数中有不适当的字符Bad file name format in include directive --------------------包含命令中文件名格式不正确Bad ifdef directive synatax ------------------------------编译预处理ifdef有语法错Bad undef directive syntax ---------------------------编译预处理undef有语法错Bit field too large ----------------位字段太长Call of non-function -----------------调用未定义的函数Call to function with no prototype ---------------调用函数时没有函数的说明Cannot modify a const object ---------------不允许修改常量对象Case outside of switch ----------------漏掉了case 语句Case syntax error ------------------ Case 语法错误Code has no effect -----------------代码不可述不可能执行到Compound statement missing{ --------------------分程序漏掉"{"Conflicting type modifiers ------------------不明确的类型说明符Constant expression required ----------------要求常量表达式Constant out of range in comparison -----------------在比较中常量超出范围Conversion may lose significant digits -----------------转换时会丢失意义的数字Conversion of near pointer not allowed -----------------不允许转换近指针Could not find file ''xxx'' -----------------------找不到XXX文件Declaration missing ; ----------------说明缺少";" houjiumingDeclaration syntax error -----------------说明中出现语法错误Default outside of switch ------------------ Default 出现在switch语句之外Define directive needs an identifier ------------------定义编译预处理需要标识符Division by zero ------------------用零作除数Do statement must have while ------------------ Do-while语句中缺少while部分Enum syntax error ---------------------枚举类型语法错误Enumeration constant syntax error -----------------枚举常数语法错误Error directive :xxx ------------------------错误的编译预处理命令Error writing output file ---------------------写输出文件错误Expression syntax error -----------------------表达式语法错误Extra parameter in call ------------------------调用时出现多余错误File name too long ----------------文件名太长Function call missing -----------------函数调用缺少右括号Fuction definition out of place ------------------函数定义位置错误Fuction should return a value ------------------函数必需返回一个值Goto statement missing label ------------------ Goto语句没有标号Hexadecimal or octal constant too large ------------------16进制或8进制常数太大Illegal character ''x'' ------------------非法字符xIllegal initialization ------------------非法的初始化Illegal octal digit ------------------非法的8进制数字houjiumingIllegal pointer subtraction ------------------非法的指针相减Illegal structure operation ------------------非法的结构体操作Illegal use of floating point -----------------非法的浮点运算Illegal use of pointer --------------------指针使用非法Improper use of a typedefsymbol ----------------类型定义符号使用不恰当In-line assembly not allowed -----------------不允许使用行间汇编Incompatible storage class -----------------存储类别不相容Incompatible type conversion --------------------不相容的类型转换Incorrect number format -----------------------错误的数据格式Incorrect use of default --------------------- Default使用不当Invalid indirection ---------------------无效的间接运算Invalid pointer addition ------------------指针相加无效Irreducible expression tree -----------------------无法执行的表达式运算Lvalue required ---------------------------需要逻辑值0或非0值Macro argument syntax error -------------------宏参数语法错误Macro expansion too long ----------------------宏的扩展以后太长Mismatched number of parameters in definition ---------------------定义中参数个数不匹配Misplaced break ---------------------此处不应出现break语句Misplaced continue ------------------------此处不应出现continue语句Misplaced decimal point --------------------此处不应出现小数点Misplaced elif directive --------------------不应编译预处理elifMisplaced else ----------------------此处不应出现else houjiumingMisplaced else directive ------------------此处不应出现编译预处理elseMisplaced endif directive -------------------此处不应出现编译预处理endifMust be addressable ----------------------必须是可以编址的Must take address of memory location ------------------必须存储定位的地址No declaration for function ''xxx'' -------------------没有函数xxx的说明No stack ---------------缺少堆栈No type information ------------------没有类型信息Non-portable pointer assignment --------------------不可移动的指针(地址常数)赋值Non-portable pointer comparison --------------------不可移动的指针(地址常数)比较Non-portable pointer conversion ----------------------不可移动的指针(地址常数)转换Not a valid expression format type ---------------------不合法的表达式格式Not an allowed type ---------------------不允许使用的类型Numeric constant too large -------------------数值常太大Out of memory -------------------内存不够用houjiumingParameter ''xxx'' is never used ------------------能数xxx没有用到Pointer required on left side of -> -----------------------符号->的左边必须是指针Possible use of ''xxx'' before definition -------------------在定义之前就使用了xxx(警告)Possibly incorrect assignment ----------------赋值可能不正确Redeclaration of ''xxx'' -------------------重复定义了xxxRedefinition of ''xxx'' is not identical ------------------- xxx的两次定义不一致Register allocation failure ------------------寄存器定址失败Repeat count needs an lvalue ------------------重复计数需要逻辑值Size of structure or array not known ------------------结构体或数给大小不确定Statement missing ; ------------------语句后缺少";"Structure or union syntax error --------------结构体或联合体语法错误Structure size too large ----------------结构体尺寸太大Sub scripting missing ] ----------------下标缺少右方括号Superfluous & with function or array ------------------函数或数组中有多余的"&"Suspicious pointer conversion ---------------------可疑的指针转换Symbol limit exceeded ---------------符号超限Too few parameters in call -----------------函数调用时的实参少于函数的参数不Too many default cases ------------------- Default太多(switch语句中一个)Too many error or warning messages --------------------错误或警告信息太多Too many type in declaration -----------------说明中类型太多houjiumingToo much auto memory in function -----------------函数用到的局部存储太多Too much global data defined in file ------------------文件中全局数据太多Two consecutive dots -----------------两个连续的句点Type mismatch in parameter xxx ----------------参数xxx类型不匹配Type mismatch in redeclaration of ''xxx'' ---------------- xxx重定义的类型不匹配Unable to create output file ''xxx'' ----------------无法建立输出文件xxxUnable to open include file ''xxx'' ---------------无法打开被包含的文件xxxUnable to open input file ''xxx'' ----------------无法打开输入文件xxxUndefined label ''xxx'' -------------------没有定义的标号xxxUndefined structure ''xxx'' -----------------没有定义的结构xxxUndefined symbol ''xxx'' -----------------没有定义的符号xxxUnexpected end of file in comment started on line xxx ----------从xxx行开始的注解尚未结束文件不能结束Unexpected end of file in conditional started on line xxx ----从xxx 开始的条件语句尚未结束文件不能结束Unknown assemble instruction ----------------未知的汇编结构houjiumingUnknown option ---------------未知的操作Unknown preprocessor directive: ''xxx'' -----------------不认识的预处理命令xxxUnreachable code ------------------无路可达的代码Unterminated string or character constant -----------------字符串缺少引号User break ----------------用户强行中断了程序V oid functions may not return a value ----------------- V oid类型的函数不应有返回值Wrong number of arguments -----------------调用函数的参数数目错''xxx'' not an argument ----------------- xxx不是参数''xxx'' not part of structure -------------------- xxx不是结构体的一部分xxx statement missing ( -------------------- xxx语句缺少左括号xxx statement missing ) ------------------ xxx语句缺少右括号xxx statement missing ; -------------------- xxx缺少分号houjiumingxxx'' declared but never used -------------------说明了xxx但没有使用xxx'' is assigned a value which is never used ----------------------给xxx赋了值但未用过Zero length structure ------------------结构体的长度为零。

PASCAL程序编译错误信息

PASCAL程序编译错误信息

PASCAL程序编译错误信息PASCAL程序编译、运行过程中的出错信息PASCAL程序有两种类型的错误,一种是在编译时出现的错误,叫编译时错误,另一种是运行时出现的错误,叫运行时错误。

一、编译时错误:如果程序编译过程中出现错误,一般会在PASCAL窗口菜单下出现红色错误信息条,以“ERRORXX:……”形式出现,按“ESC”键取消后,光标会停在可能出错的物理或逻辑位置。

具体的错误语句如下:1、“;”EXPECTED含义是是:缺少“;”----分号。

2、“:=”EXPECTED把赋值号“:=”写成了等号“=”或冒号“:”3、“)”EXPECTED表达式缺少“)”4、“(”EXPECTED表达式缺少“(”5、“[”EXPECTED表达式缺少‘[’6、“]”EXPECTED表达式缺少‘]’7、“.”EXPECTED表达式缺少“.”8、“..”EXPECTED表达式缺少“..”9、“END”EXPECTED表达式缺少‘END[’10、“DO”EXPECTED表达式缺少‘DO’11、“OF”EXPECTED表达式缺少“OF”12、“PROCEDURE”OR“FUNCTION”EXPECTED缺少“procedure”或“function”13、“THEN”EXPECTED缺少“then”;14、“TO”OR“DOWNTO”EXPECTED缺少“TO”或“DOWNTO”15、BOOLEAN EXPRESSION EXPECTED布尔表达式存在错误16、file variable expected文件型变量使用错误17、integer constant expected没有对整型常量进行说明18、integer expression expected将整型表达式写成了其他类型19、integer variable expected应该用整型变量20、integer or real constant expected应该用整型或实型变量21、integer or real expression expected应该用整型或实型表达式22、integer or real variable expected应该用整型或实型变量23、pointer variable expected应该用指针变量24、record variable expected应该用记录变量25、simple type expected应该用简单数据类型26、simple expression expected应该用简单数据类型构成的表达式27、string constant expected应该用字符串常量28、string expression expected应该用字符串表达式29、string variable expected应该用字符串变量30、textfile expected使用的文本文件未定义31、type indetifier expected使用了未定义的类型名32、untyped file expected使用了未定义文件33、unknow identifier or syntax error未知的标号、常数、变量、标识符34、undefined label一个语句中引用了未定义的标号35、undefined pointer type in preceding type definitions指针类型定义中包含了对一个未知类型的标识符引用36、duplicate identifier or label标识符或标号已经出现过了37、type mismatch类型不匹配38、constant out of range常量超出范围39、constant and case selector type does not match CASE语句中的枚举分量不匹配40、operand type does not match operator操作数类型不和要求41、invalid result type不合法的结果类型42、invalid string length字符串长度越界,必须在1..25之间43、string constant length does not match type字符串常量的长度不匹配44、invalid subrange base bound基类型不允许是实型数45、lower bound>upper bound子界型的下界大于上界了46、reserved word保留字不许用来作标识符47、illegal assignment非法任务48、string constant exceeds line字符串常数不许跨行49、error in integer constant整型常数错误50、error in real constant实型常数错误51、illegal character in identifier在标识符中出现了不合法的字符52、constants are not allowed here变量不能在这儿使用53、files and pointers are not allowed here文件和指针不能在这儿使用54、structured variables are not allowed here结构体不能在这儿使用55、textfiles are not allowed here文本文件不能在这使用56、untyped files are not allowed here未定义的文件类型不能在这儿使用57、i/o not allowed here这种类型的变量不能输入/输出58、files must be var parameters文件类型必须在变量部分说明59、files components may not be files file of file这种构造类型不允许60、invalid ordering of fields域的引用顺序不对61、set base type out of range集合的基类型必须是意义个不多于256个可能值的标量或子界,其界值范围在0..255之间62、invalid goto GOTO语句不允许在一个FOR循环外引用其内的标号63、label not within current block GOTO语句不能引用当前分程序外的标号64、undefined forward procedure一个子程序已经向前定义了,但其子程序没有出现65、inline error行错误66、illegal use of absolute绝对变量说明不合法67、overlays can not be forwarded:FORWARDED说明不能与覆盖一起使用68、overlays not allowed in direct mode只有将程序编译到一个文件时才能用覆盖69、file not found指定的文件不存在70、unexpected end of source程序不能这样结束,一般是因为程序中的END比BEGIN少71、unable to create overlay file建立的新文件不能覆盖已存在的文件72、invalid compile directive不正确的编译方向73、too many nested withs嵌套的WITH语句太多74、memory overflow需要的内存空间太多,无法分配75、compiler overflow没有足够的内存空间运行你的程序,可以把源程序分成几个小的部分,并使用包括文件除了编译时错误外,在程序的运行过程中,可能会发生很多意想不到的错误,往往会导致程序终止运行甚至死机,有时会在屏幕下显示一些出错信息,如RUN-TIME ERROR XX等,要注意查找出错原因,一般有以下几种情况:01、浮点溢出;02、零做除数;03、SQRT(X)的自变量为负数;04、LN(X)的自变量为负数;05、字符串长度>255,或者想把长度大于1的字符串转成字符类型;06、非法串下标,主要是在用COPY,DELETE,INSERT等字符串函数时下标表达式的范围超出1..25;07、数组下标越界;08、标量或子界越界;09、整数越界,如在传给TRUNC(X)或ROUND(X)的不在-32768至32767之间;10、覆盖文件未找到;11、堆栈冲突;12、文件不存在:如用reset erase,rename,execute,chain等操作的文件名字不存在;13、输入/输出文件未打开,未用reset,rewrite预先打开文件就试图对文件进行操作;14、文件过大:记录数大于65535;15、打开文件太多;16、文件已消失:用CLOSE关闭一个并不存在的文件。

c语言报错信息英文对照

c语言报错信息英文对照
分程序漏掉"{"
Conflicting type modifiers
不明确的型明符
Constant expression required
要求常量表达式
Constant out of range in comparison
在比中常量超出范
Conversion may lose significant digits
xxx的两次定不一致
Register allocation failure
寄存器定址失
Repeat count needs an lvalue
重数需要
Size of structure or array not known
结构体或数大小不确定
Statement missing ;
语句后缺少";"
没有型信息
Non-portable pointer assignment
不可移的指(地址常数)
Non-portable pointer comparison
不可移的指(地址常数)比
Non-portable pointer conversion
不可移的指(地址常数)
Not a valid expression format type
文件中全局数据太多
Two consecutive dots
两个的句点
Type mismatch in parameter xxx
参数xxx 类型不匹配
Type mismatch in redeclaration of ``xxx``
xxx重定的型不匹配
Unable to create output file ``xxx``

pascal 错误代码(全)

pascal 错误代码(全)
error 63:Invalid file type 无效的文件类型
error 64:Cannot read or write variables of this type 不能读写此类型变量
error 65:Pointer variable expected 缺指针类型变量
error 46:Undefined external 未定义的外部过程与函数
error 47:Invalid object file record 无效的OBJ文件格式
error 48:Code segment too large 代码段太长
error 49:Data segment too large 数据段太长
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 无效的编译命令
error 18: Too many files 文件太多
error 19: Undefined type in pointer def 指针定义中未定义类型
error 58:TO or DOWNTO expected 缺TO或DOWNTO
error 59:Undefined forward 提前引用未经定义的说明
error 61:Invalid typecast 无效的类型转换
error 62:Division by zero 被零除
error 94: "." expected 缺“.”

C'C++中的错误信息中英对照

C'C++中的错误信息中英对照

C/C++编译出错的时候有错误提示。

很多情况下即使知道某行代码有错误也不知如何纠正;但如果知道错误提示的意思,就可以对症下药,找到问题的切入点。

下面是笔者从网上收集的一些错误提示语句的中英文对照,仅供参考:Ambiguous operators need parentheses——不明确的运算需要用括号括起Ambiguous symbol ''xxx'' ——不明确的符号Argument list syntax error ——参数表语法错误Array bounds missing——丢失数组界限符Array size toolarge——数组尺寸太大Bad character in paramenters ——参数中有不适当的字符Bad file name format in include directive——包含命令中文件名格式不正确Bad ifdef directive synatax——编译预处理 ifdef有语法错Bad undef directive syntax ——编译预处理 undef有语法错Bit field too large——位字段太长Call of nonfunction——调用未定义的函数Call to function with no prototype——调用函数时没有函数的说明Cannot modify a const object ——不允许修改常量对象Case outside of switch——漏掉了 case 语句Case syntax error Case ——语法错误Code has no effect ——代码不可述不可能执行到Compound statement missing{ ——分程序漏掉"{"Conflicting type modifiers ——不明确的类型说明符Constant expression required——要求常量表达式Constant out of range in comparison——在比较中常量超出范围Conversion may lose significant digits ——转换时会丢失意义的数字Conversion of near pointer not allowed——不允许转换近指针Could not find file ''xxx''——找不到XXX 文件Declaration missing ;——说明缺少";"Declaration syntax error ——说明中出现语法错误Default outside of switch Default ——出现在switch语句之外Define directive needs an identifier——定义编译预处理需要标识符Division by zero——用零作除数Do statement must have whileDowhile ——语句中缺少 while部分Enum syntax error——枚举类型语法错误Enumeration constant syntax error ——枚举常数语法错误Error directive :xxx ——错误的编译预处理命令Error writing output file写输出文件错误Expression syntax error ——表达式语法错误Extra parameter in call ——调用时出现多余错误File name toolong——文件名太长Function call missing——函数调用缺少右括号Fuction definition out of place——函数定义位置错误Fuction should return a value——函数必需返回一个值Goto statement missing label Goto——语句没有标号Hexadecimal or octal constant too large——16进制或 8 进制常数太大Illegal character ''x'' ——非法字符 xIllegal initialization——非法的初始化Illegal octal digit ——非法的 8 进制数字Illegal pointer subtraction——非法的指针相减Illegal structure operation——非法的结构体操作Illegal use of floating point ——非法的浮点运算Illegal use of pointer——指针使用非法Improper use of a typedefsymbol ——类型定义符号使用不恰当Inline assembly not allowed——不允许使用行间汇编Incompatible storage class——存储类别不相容Incompatible type conversion——不相容的类型转换Incorrect number format ——错误的数据格式Incorrect use of default Default——使用不当Invalid indirection——无效的间接运算Invalid pointer addition——指针相加无效Irreducible expression tree——无法执行的表达式运算Lvalue required——需要逻辑值 0 或非 0 值Macro argument syntax error ——宏参数语法错误Macro expansion too long——宏的扩展以后太长Mismatched number of parameters in definition——定义中参数个数不匹配Misplaced break——此处不应出现break语句Misplaced continue——此处不应出现 continue语句Misplaced decimal point ——此处不应出现小数点Misplaced elif directive——不应编译预处理 elifMisplaced else——此处不应出现 elseMisplaced else directive——此处不应出现编译预处理 elseMisplaced endif directive——此处不应出现编译预处理 endifMust be addressable——必须是可以编址的Must take address of memory location——必须存储定位的地址No declaration for function ''xxx'' ——没有函数 xxx 的说明No stack——缺少堆栈No type information——没有类型信息Nonportable pointer assignment ——不可移动的指针(地址常数)赋值Nonportable pointer comparison——不可移动的指针(地址常数)比较Nonportable pointer conversion——不可移动的指针(地址常数)转换Not a valid expression format type——不合法的表达式格式Not an allowed type——不允许使用的类型Numeric constant too large——数值常太大Out of memory——内存不够用Parameter ''xxx'' is never used——能数 xxx 没有用到Pointer required on left side of> ——符号>的左边必须是指针Possible use of ''xxx'' before definition——在定义之前就使用了 xxx (警告)Possibly incorrect assignment ——赋值可能不正确Redeclaration of ''xxx'' ——重复定义了 xxxRedefinition of ''xxx'' is not identical —— xxx的两次定义不一致Register allocation failure——寄存器定址失败Repeat count needs an lvalue——重复计数需要逻辑值Size of structure or array not known——结构体或数给大小不确定Statement missing ;——语句后缺少";"Structure or union syntax error ——结构体或联合体语法错误Structure size too large——结构体尺寸太大Sub scripting missing ] ——下标缺少"]"Superfluous & with function or array——函数或数组中有多余的"&"Suspicious pointer conversion——可疑的指针转换Symbol limit exceeded——符号超限Too few parameters in call ——函数调用时的实参少于函数的参数不Too many default cases Default——太多(switch语句中一个)Too many error or warning messages ——错误或警告信息太多Too many type in declaration——说明中类型太多Too much auto memory in function——函数用到的局部存储太多Too much global data defined in file——文件中全局数据太多Two consecutive dots——两个连续的句点Type mismatch in parameter xxx ——参数xxx类型不匹配Type mismatch in redeclaration of ''xxx'' ——xxx 重定义的类型不匹配Unableto create output file ''xxx'' ——无法建立输出文件 xxxUnable to open include file ''xxx'' ——无法打开被包含的文件 xxxUnable to open input file ''xxx'' ——无法打开输入文件 xxxUndefined label ''xxx''——没有定义的标号 xxxUndefined structure ''xxx'' ——没有定义的结构 xxxUndefined symbol ''xxx'' ——没有定义的符号xxxUnexpected end of file in comment started on line xxx ——从 xxx 行开始的注解尚未结束文件不能结束Unexpected end of file in conditional started on line xxx ——从 xxx 开始的条件语句尚未结束文件不能结束Unknown assemble instruction——未知的汇编结构Unknown option——未知的操作Unknown preprocessor directive: ''xxx'' ——不认识的预处理命令 xxxUnreachable code——无路可达的代码Unterminated string or character constant ——字符串缺少引号User break——用户强行中断了程序Void functions may not return a valueVoid ——类型的函数不应有返回值Wrong number of arguments ——调用函数的参数数目错''xxx'' not an argument ——xxx不是参数''xxx'' not part of structure——xxx 不是结构体的一部分xxx statement missing ( —— xxx 语句缺少左括号xxx statement missing ) —— xxx 语句缺少右括号xxx statement missing ;—— xxx 缺少分号xxx'' declared but never used——说明了 xxx但没有使用xxx'' is assigned a value which is never used——给 xxx赋了值但未用过Zero length structure——结构体的长度为零。

FreePascal运行错误

FreePascal运行错误

Free Pascal 运行错误1 插入了无效函数或执行了无效命令2 找不到文件(地球人都知道)3 找不到路径(按路径没有找到文件)4 打开文件太多了(noip会出这种错误吗?)5 拒绝文件路径分类:试图对一个只能读的文件进行写入,如字典;文件当前被锁死或被另一个进程修改中;试图新建一个与已有文件重名的字典或文件;试图对只作为读模式打开的文件进行写入;试图对只作为写模式打开的文件进行读入;试图移动一个不可能移动的文件;不允许打开这个文件或词典;6 无效的文件处理:你使用的文件变量被删除。

这暗示着文件所在的存储器损坏。

12 非法路径规则:reset或rewrite命令使用在了一个无效的文件模式。

15 驱动器盘符错误:给过程Getdir或ChDir的数字指示了一个不存在的盘符。

(什么?你问我geidir/chdir是什么?)16 不能移动当前的词典文件(辞典?)你试图移动一个当前处于活动状态(即打开的)的辞典。

17 不能对交叉驱动器进行重命名。

交叉文件:across的直译,指一种在另一个磁盘结尾或者在隔离区结尾的文件。

100 磁盘读取错误:在读磁盘时发生的错误,特别是你试图读过(超过)一个文件的末尾时~101 磁盘写入错误:你的磁盘满了吧!102 没有对文件进行assign操作对文件进行reset, rewrite, append, rename, erase中的任何一个操作前都应该对这个文件进行assign!- 1 -103 文件没有打开:对文件进行close, read, write, seek, EOf, FilePos, FileSize, Flush, BlockRead, BlockWrite而没有打开这个文件。

104 文件没有进行input打开:reset语句没有使用。

105 文件没有进行output打开:rewrite语句没有使用。

106 无效的数字形式:当需要读一个数字时,从text文件中却读入了一个其他形式的东西。

电脑各种错误信息中英文对照

电脑各种错误信息中英文对照

一、BIOS中的提示信息提示信息说明Drive A error 驱动器A错误System halt 系统挂起Keyboard controller error 键盘控制器错误Keyboard error or no keyboard present 键盘错误或者键盘不存在BIOS ROM checksum error BIOS ROM 校验错误Single hardisk cable fail 当硬盘使用Cable选项时硬盘安装位置不正确FDD Controller Failure BIOS 软盘控制器错误HDD Controller Failure BIOS 硬盘控制器错误Driver Error 驱动器错误Cache Memory Bad, Do not Enable Cache 高速缓存Cache损坏,不能使用Error: Unable to control A20 line 错误提示:不能使用A20地址控制线Memory write/Read failure 内存读写失败Memory allocation error 内存定位错误CMOS Battery state Low CMOS没电了Keyboard interface error 键盘接口错误Hard disk drive failure 加载硬盘失败Hard disk not present 硬盘不存在Floppy disk(s) fail (40) 软盘驱动器加载失败,一般是数据线插反,电源线没有插接,CMOS内部软驱设置错误CMOS checksum error-efaults loaded. CMOS校验错误,装入缺省(默认)设置二、BIOS刷新失败后,Bootblock启动时出现的提示信息提示信息说明Detecting floppy drive A media... 检测软驱A的格式Drive media is : 1.44Mb1.2Mb 720Kb 360K 驱动器格式是1.44Mb、12Mb、720kb、360kb的一种DISK BOOT FAILURE, INSERT SYSTEM DISK AND PRESS ENTER 磁盘引导失败,插入系统盘后按任意键继续三、MBR主引导区提示信息提示信息说明Invalid partition table 无效的分区表Error loading operating sy stem 不能装入引导系统Missing operating system 系统引导文件丢失说明:如果在计算机启动过程中,在硬件配置清单下方(也就时在平时正常启动时出现Starting Windows 98…的地方)出现不可识别字符,此时可判断硬盘分区表损坏。

pascal错误信息

pascal错误信息

pascal编译错误和运行错误信息中英文对照表一、Pascal编译错误信息中英文对照表下面列出在编译程序时可能出现的错误,在集成环境下,Turbo Pascal将自动加载源程序并定位于出错处:错误代码及错误信息错误释义error 1: Out of memory 内存溢出error 2: Identifier expected 缺标识符error 3: Unknown identifier 未定义的标识符error 4: Duplicate identifier 重复定义的标识符error 5: Syntax error 语法错误error 6: Error in real constant 实型常量错误error 7: Error in integer constant 整型常量错误error 8: String constant exceeds line 字符串常量超过一行error 10: Unexpected end of file 文件非正常结束error 11: Line too long 行太长error 12: Type identifier expected 未定义的类型标识符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 无效的编译命令error 18: Too many files 文件太多error 19: Undefined type in pointer def 指针定义中未定义类型error 20: Variable identifier expected 缺变量标识符error 21: Error in type 类型错误error 22: Structure too large 结构类型太长error 23: Set base type out of range 集合基类型越界error 24: File components may not be files or objectsfile 分量不能是文件或对象error 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 or real constant expected 缺整型或实型常量error 33:Pointer Type identifier expected 缺指针类型标识符error 34:Invalid function result type 无效的函数结果类型error 35:Label identifier expected 缺标号标识符error 36:BEGIN expected 缺BEGINerror 37:END expected 缺ENDerror 38:Integer expression expected 缺整型表达式error 39:Ordinal expression expected 缺有序类型表达式error 40:Boolean expression expected 缺布尔表达式error 41:Operand types do not match 操作数类型不匹配error 42:Error in expression 表达式错误error 43:Illegal assignment 非法赋值error 44:Field identifier expected 缺域标识符error 45:Object file too large 目标文件太大error 46:Undefined external 未定义的外部过程与函数error 47:Invalid object file record 无效的OBJ文件格式error 48:Code segment too large 代码段太长error 49:Data segment too large 数据段太长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 缺OFerror 55:INTERFACE expected 缺INTERFACEerror 56:Invalid relocatable reference 无效的可重定位引用error 57:THEN expected 缺THENerror 58:TO or DOWNTO expected 缺TO或DOWNTOerror 59:Undefined forward 提前引用未经定义的说明error 61:Invalid typecast 无效的类型转换error 62:Division by zero 被零除error 63:Invalid file type 无效的文件类型error 64:Cannot read or write variables of this type 不能读写此类型变量error 65:Pointer variable expected 缺指针类型变量error 66:String variable expected 缺字符串变量error 67:String expression expected 缺字符串表达式error 68:Circular unit reference 单元UNIT部件循环引用error 69:Unit name mismatch 单元名不匹配error 70:Unit version mismatch 单元版本不匹配error 71:Internal stack overflow 内部堆栈溢出error 72:Unit file format error 单元文件格式错误error 73:IMPLEMENTA TION expected 缺IMPLEMENTATIONerror 74:Constant and case types do not match 常量和CASE类型不匹配error 75:Record or object variable expected 缺记录或对象变量error 76:Constant out of range 常量越界error 77:File variable expected 缺文件变量error 78:Pointer expression expected 缺指针表达式error 79:Integer or real expression expected 缺整型或实型表达式error 80:Label not within current block 标号不在当前块内error 81:Label already defined 标号已定义error 82:Undefined label in preceding statement part 在前面未定义标号error 83:Invalid @ argument 无效的@参数error 84:UNIT expected 缺UNITerror 85: ";" expected 缺“;”error 86: ":" expected 缺“:”error 87: "," expected 缺“,”error 88: "(" expected 缺“(”error 89: ")" expected 缺“)”error 90: "=" expected 缺“=”error 91: ":=" expected 缺“:=”error 92: "[" or "(." Expected 缺“[”或“(.”error 93: "]" or ".)" expected 缺“]”或“.)”error 94: "." expected 缺“.”error 95: ".." expected 缺“..”error 96:Too many variables 变量太多error 97:Invalid FOR control variable 无效的FOR循环控制变量error 98:Integer variable expected 缺整型变量error 99:Files and procedure types 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 缺整型或实型变量error 104:Ordinal variable expected 缺有序类型变量error 105:INLINE error INLINE错误error 106:Character expression expected 缺字符表达式error 107:Too many relocation items 重定位项太多error 108:Overflow in arithmetic operation 算术运算溢出error 112:CASE constant out of range CASE常量越界error 113:Error in statement 表达式错误error 114:Cannot call an interrupt procedure 不能调用中断过程error 116:Must be in 8087 mode to compile this 必须在8087模式编译error 117:Target address not found 找不到目标地址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 符号太多error 124:Statement part too large 语句体太长error 126:Files must be var parameters 文件必须是变量形参error 127:Too many conditional symbols 条件符号太多error 128:Misplaced conditional directive 条件指令错位error 129:ENDIF directive missing 缺ENDIF指令error 130:Error in initial conditional defines 初始条件定义错误error 131:Header does not match previous definition 和前面定义的过程或函数不匹配error 133:Cannot evaluate this expression 不能计算该表达式error 134:Expression incorrectly terminated 表达式错误结束error 135:Invalid format specifier 无效格式说明符error 136:Invalid indirect reference 无效的间接引用error 137:Structured variables are not allowed here 该处不允许结构变量error 138:Cannot evaluate without System unit 没有System单元不能计算error 139:Cannot access this symbol 不能存取符号error 140:Invalid floating point operation 无效的符号运算error 141:Cannot compile overlays to memory 不能编译覆盖模块至内存error 142:Pointer or procedural variable expected 缺指针或过程变量error 143:Invalid procedure or function reference 无效的过程或函数调用error 144:Cannot overlay this unit 不能覆盖该单元error 146:File access denied 不允许文件访问error 147:Object type expected 缺对象类型error 148:Local object types are not allowed 不允许局部对象类型error 149:VIRTUAL expected 缺VIRTUALerror 150: Method identifier expected 缺方法标识符error 151:Virtual constructors are not allowed 不允许虚构造函数error 152:Constructor identifier expected 缺构造函数标识符error 153:Destructor identifier expected 缺析构函数标识符error 154:Fail only allowed within constructors 只能在构造函数内使用Fail标准过程error 155:Invalid combination of opcode and operands 操作数与操作符无效组合error 156:Memory reference expected 缺内存引用指针error 157:Cannot add or subtract relocatable symbols 不能加减可重定位符号error 158:Invalid register combination 无效寄存器组合error 159:286/287 instructions are not enabled 未激活286/287指令error 160:Invalid symbol reference 无效符号指针error 161:Code generation error 代码生成错误error 162:ASM expected 缺ASMerror 166:Procedure or function identifier expected 缺过程或函数标识符error 167:Cannot export this symbol 不能输出该符号error 168:Duplicate export name 外部文件名重复error 169:Executable file header too large 可执行文件头太长error 170:Too many segments 段太多二、Pascal运行错误信息中英文对照表运行错误是指程序运行时出现的错误,当发生时,Turbo Pascal显示如下信息:RUNTIME ERROR NNNN AT XXXX:YYYY其中,NNNN是运行错误代码,XXXX是错误发生的程序段,YYYY是错误地址偏移。

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

FREE PASCAL出错信息对照表一、编译时的出错信息1.Out of memory [内存溢出]2.Identifier expected [缺标识符]3.Identifier not found [标识符未找到]*如:Identifier not found INTEGR [标识符INTEGER未找到]4.Duplicate identifier [重复说明]*如:Duplicate identifier N [变量N重复说明]5.Syntax error [语法错误]*6.Error in real constant [实型常量错]7.Error in integer constant [整型常量错]8.String constant exceeds line [字符串常量跨行]9.Too many nested file [文件嵌套过多]10.Unexpected end of file [非正常文件结束]11.Line to long [行过长]12.Type Identifier expected [缺类型标识符]13.Too many open file [打开文件过多]14.Invalid file name [无效文件名]15.File not found [文件未找到]*16.Disk full [磁盘满]17.Invalid compiler directive [无效编译指示]18.Too many file [文件过多]19.Undefined type in pointer definition [指针定义中未定义类型]20.Variable identifier expected [缺变量标识符]21.Error in type definition [类型错误说明]*22.Stucture too large [结构过长]23.Set base type out of range [集合基类型越界]24.File components may not be files or object [FILE分量不能为文件或对象]25.Invalid string length [无效字符串长度]26.Type mismatch [类型不匹配]*27.Invalid subrange base type [无效子界基类型]28.Lower bound greater than upper bound [下界大于上界]29.Ordinal type expected [缺有序类型]30.Integer constant expected [缺整型常数]31.Constant expected [缺常量]32.Integer or real constant expected [缺整型或实型常量]33.Pointe type identifier expected [缺指针类型标识符]34.Invalid function result type [无效的函数结果类型]bel identifier expected [缺标号标识符]36.Begin expected [缺BEGIN]*37.End expected [缺END]*38.Integer expression expected [缺整型表达式]39.Ordinal expression expected [缺有序表达式]40.Boolean expression expected [缺布尔表达式]41.Operand type do not match operator [操作数与操作符不匹配]42.Error in expression [表达式错]43.Illegal expression [非法赋值]*44.Field identifier expected [缺域标识符]45.Object file too large [目标文件过大]46.Undefined external [未定义外部标识符]47.Invalid object file record [无效OBJ文件记录]48.Code segment too large [代码段过长]49.Data segment too large [数据段过长]*50.Do expected [缺DO]*51.Invalid PUBLIC definition [无效PUBLIC定义]52.Invalid EXTRN definition [无效EXTRN定义]53.Too many EXTRN definition [EXTRN定义过多]54.Of extected [缺0F]*55.INTERFACE expected [缺INTERFACE]56.Invalid relocatable reference [无效重定位引用]57.THEN expected [缺THEN]*58.TO (DOWNTO) expected [缺T0或DOWNTO]*59.Undefined forward [提前引用未定义的说明]60.Too many procedures [过程过多]61.Invalid typecast [无效类型转换]62.Division by zero [被零除]63.Invalid typecast [无效文件类型]64.Cannot Read or Write variable of this type [不能读写该类型的变量]*65.Ponter variable expected [缺指针变量]66.String variable expected [缺字符串变量]67.String expression expected [缺字符串表达式]68.Circular unit reference [单元循环引用]69.Unit name mismatchg [单元名不匹配]70.Unit version mismatch [单元版本不匹配]71.Duplicate unit name [单元重名]72.Unit file format error [单元文件格式错误]73.Implementation expected [缺IMPLEMENTATl0N]74.constant and case types do not match [常数与CASE类型不相匹配]75.Record variable expected [缺记录变量]76.Constant out of range [常量越界]77.File variable expected [缺文件变量]78.Pointer extression expected [缺指针变量]79.Integer or real expression expected [缺整型或实型表达式]ble not within current block [标号不在当前块中]ble already defined [标号已定义]82.Undefined lable in preceding statement part [在前面语句中标号未定义]83.Invalid @ argument [无效的@参数]84.Unit expected [缺UNIT]85. “;” expected [缺“;”]*86. “:” expected [缺“:”]*87. “,” expected [缺“,”]*88. “(” expected [缺“(”)*89. “)” expected [缺“]” ]*90. “=” expected [缺“=”]*91. “:=” expected [缺“:=”]*92. “[” or “(” expected [缺“[”或“(”)*93. “]” or “)” expected [缺“]”或“)”]*94. “..” expected [缺“.”]*95. “..” expected [缺“..”]*96.Too many variable [变量过多]97.Invalid FOR control variable [无效FOR控制变量]98.Integer variable expected [缺整型变量]99.File and procedure types are not allowed here [此处不允许用文件和过程类型]100.Srting length mismatch [字符串长度不匹配]101.Invalid ordering of fields [无效域顺序]102.String constant expected [缺字符串常量]103.Integer or real variable expected [缺整型或实型变量]104.Ordinal variable expected [缺顺序变量]105.INLINE error [INLINE错]106.Character expression expected [缺字符表达式]107.Too many relocation items [重定位项过多]112.Case constant out of range [CASE常量越界]113.Error in statement [语句错]114.Can’t call an interrupt procedute [不能调用中断过程]116.Must be in 8087 mode to complie this [必须在8087方式下编译] 117.Target address not found [未找到目标地址]118.Include files are not allowed here [此处不允许包含INCLUDE文件] 120.NIL expected [缺NIL]121.Invalid qualifier [无效限定符]122.Invalid variable reference [无效变量引用]123.Too many symbols [符号过多]124.Statement part too large [语句部分过长]126.Files must be var parameters [文件必须为变量参数]127.Too many conditional directive [条件符号过多]128.Misplaced conditional directive [条件指令错位]129.ENDIF directive missing [缺少ENDIF 指令]130.Error in initial conditional defines [初始条件定义错]131.Header does not match previous definition [过程和函数头与前面定义的不匹配]132.Critical disk error [严重磁盘错误]133.Can’t evalute this expression [不能计算该表达式]*如:Can’t evalu te constart expression [不能计算该常量表达式] 134.Expression incorrectly terminated [表达式错误结束]135.Invaild format specifier [无效格式说明符]136.Invalid indirect reference [无效间接引用]137.Structed variable are not allowed here [此处不允许结构变量] 138.Can’t evalute without system u nit [无SYSTEM单元不能计算]139.Can’t access this symbols [不能存取该符号]140.Invalid floating –point operation [无效浮点运算]141. Can’t compile overlays to memory [不能将覆盖模块编译至内存] 142.Procedure or function variable expected [缺过程和函数变量]143.Invalid procedure or function reference. [无效过程或函数引用] 144.Can’t overlay this unit [不能覆盖该单元]147.Object type expected [缺对象类型]148.Local object types are not allowed [不允许局部对象类型]149.VIRTUAL expected [缺VIRTUAL]150.Method identifier expected [缺方法标识符]151.Virtual constructor are not allowed [不允许虚拟构造方法]152.Constructor Identifier expected [缺构造函数标识符]153.Destructor Identifier expected [缺析构函数标识符]154.Fail only allowed within constructors [FAIL标准过程只允许在构造方法内使用]155.Invalid combination of opcode and operands [无效的操作符和操作数组合]156.Memory reference expected [缺内存引用]157.Can’t add or subtrace relocatable symbols [不能加减可重定位符号] 158.Invalid register combination [无效寄存器组合]159.286/287 Instructions are not enabled [未激活286/287指令]160.Invalid symbol reference [无效符号引用]161.Code generation error [代码生成错]162.ASM expected [缺ASM]二、运行错误运行错误将显示错误信息,并终止程序的运行。

相关文档
最新文档