Pascal编译错误信息表

上传人:飞*** 文档编号:40280545 上传时间:2018-05-25 格式:DOC 页数:5 大小:51KB
返回 下载 相关 举报
Pascal编译错误信息表_第1页
第1页 / 共5页
Pascal编译错误信息表_第2页
第2页 / 共5页
Pascal编译错误信息表_第3页
第3页 / 共5页
Pascal编译错误信息表_第4页
第4页 / 共5页
Pascal编译错误信息表_第5页
第5页 / 共5页
亲,该文档总共5页,全部预览完了,如果喜欢就下载吧!
资源描述

《Pascal编译错误信息表》由会员分享,可在线阅读,更多相关《Pascal编译错误信息表(5页珍藏版)》请在金锄头文库上搜索。

1、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字符串

2、常量超过一行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 f

3、iles 文件太多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 str

4、ing 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缺整型或实型

5、常量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 expr

6、ession 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:Cod

7、e 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:Inval

8、id 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

9、 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 err

10、or单元文件格式错误error 73:IMPLEMENTATION 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

11、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: “,“ e

12、xpected缺“,”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

13、 variable无效的 FOR 循环控制变量error 98:Integer variable expected缺整型变量error 99:Files and procedure types are not allowed here该处不允许文件和过程类型error 100:String length mismatch字符串长度不匹配Pascal 编译错误信息表错误代码及错误信息 错误释义error 101:Invalid ordering of fields无效域顺序error 102:String constant expected缺字符串常量error 103:Integer or r

14、eal variable expected缺整型或实型变量error 104:Ordinal variable expected缺有序类型变量error 105:INLINE errorINLINE 错误error 106:Character expression expected缺字符表达式error 107:Too many relocation items重定位项太多error 108:Overflow in arithmetic operation算术运算溢出error 112:CASE constant out of rangeCASE 常量越界error 113:Error in

15、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:Inva

16、lid 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:Head

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 研究报告 > 综合/其它

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号