ST1:常见报错代码及说明
- 格式:pdf
- 大小:165.53 KB
- 文档页数:4
C语言常见错误代码释义错误代码及错误信息错误释义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: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 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:T arget 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 toerror 170:Too many segments 段太多。
HGP 电梯故障检测说明(日立电梯)故障等级代码 故障说明故障检出条件 建议检查项目A1 10 主微机故障 主机复位为非上电复位 1.主控制板的外部接线是否规范布置. 2.主控制板与变频模块的链接是否稳固. 11 副微机故障 变频器微机在双口RAM 中正常标志超过130毫秒没有变化 1检查变频微机工作灯是否正常绿灯亮 2检查主控制板的对外连线是否按规范布置 12运行接触器短接故障 运行接触器输出z10out120286已经断开,但反馈输入x10t1020cc 依然有效持续超过1秒 1检查#10T 的驱动回路 2检查#10T 接触器 13抱闸接触器短接故障 接触器#15B 的驱动输出z15b 为OFF ,#15B 的反馈输入x15b 为ON 持续500ms 1检查#15B 的驱动回路 2检查#15B 的反馈信号输入回路 14安全继电器短接故障 继电器#50B 的驱动输入z50bk 为OFF,#50B 的信号输入x50b 为ON 持续300ms 检查板上的50B 维电器 15安全回路断开故障 安全回路的信号x50bc 断开 检查安全回路的输入线路 16 软件WDT 动作 上一次主机复位由软件监视定时器WDT 产生 1检查主控制板的对外接线是否规范布置 2更换主控制板17 连续3次开门锁死 连续3次开门都没有开到开门限位 1检查电梯开门的实际情况.确认门机是否动作 2检查开门限位开关118/132 考虑跟消防插接有关,拔掉xr1/或者楼高测完后 没有让其自动返回19 DPROM 读写故障 DPROM 读写出错标志(dpramerr )非零 1检查主控制板的对外接线是否规范布置 2主控制板重新上电复位 3更换主控板20 抱闸制动器短接故障 抱闸控制的输出驱动z15b 为OFF ,但抱闸确认开关x15ha 或x15hb 依然保持断开,持续1.5s1抱闸控制器 2检查抱闸确认开关21 抱闸制动器断开故障(可以检查抱闸线圈供电) 抱闸控制的输出驱动z15b 为ON ,但抱闸确认开关x15ha 或x15hb 依然保持断开,持续1.5s1抱闸控制器 2检查抱闸和抱闸确认开关 22 运行速度偏差故障(可考虑磁极) 电梯打开抱闸运行(z10ax 为ON)过程中,变频器转速检测值与指令输出计算值不一致,且不一致的差值超过变频器参数F3.21设定值,且不一致的持续时间超过变频器参数F3.22的设定值 1查看变频器检出电梯速度,确定电梯时机的运行速度2查看变频器参数F3.21、F3.22的数值,这些数值分别为15%、0.33检查抱闸是否正常打开。
抄表异常代码说明指导上海市电力公司
2010年8月
1异常代码统一背景
根据营销部针对大小用户掌机程序一体化的项目规划,经过各电力公司以及供电公司业务人员的确认整合,现将大小用户抄表异常代码进行一次整合统一。
结合抄表遇到的种种情况,对实际业务应用用到的抄表异常进行了保留增加,对什么情况下进行抄表异常什项单出具进行了确认修正。
2抄表异常说明
2.1. 异常说明
2.2. 什项单异常说明
根据以上的表格目前确定的上装后需要开什项单的异常分
别为现场无表、倒转、表烧、表停、内外村不符、表号不符、通讯故障、时钟异常、表室号错、缺相、倍率不符。
不需要开单子的为:无异常、翻转、自报、往月多抄、失电、门闭估、门闭停。
系统会在上装的时候根据异常的分类情况自动将需要开单子的用户自动放到抄表异常里面,然后通过抄表异常处理模块根据实际业务情形走什项单。
VBScript错误代码及对应解释大全VBScript 运行时错误如果 VBScript 脚本执行系统无法实施的操作,则会产生 VBScript 运行时错误。
只有在运行脚本、为变量表达式赋值或分配内存时,才会产生 VBScript 运行时错误。
错误编号描述429 ActiveX 部件无法创建对象507 发生异常449 参数不可选17 无法执行请求的操作430 类不支持自动化506 类未被定义11 被零除48 加载 DLL 错误5020 在正则表达式中需要’)’5019 在正则表达式中需要’]’432 在自动化操作中未找到文件名或类名92 For 循环未初始化5008 非法赋值51 内部错误505 无效的或不合格的引用481 无效图片5 无效过程调用或参数5021 字符集越界94 非法使用 Null448 未找到命名参数447 对象不支持当前的区域设置445 对象不支持此操作438 对象不支持该属性或方法451 对象不是一个集合504 对象不能安全创建503 对象不能安全初始化502 脚本对象不安全424 需要对象91 未设置对象变量7 内存不足28 堆栈溢出14 字符串空间溢出6 溢出35 未定义 Sub 或 Function9 下标越界5017 正则表达式中的语法错误462 远程服务器不存在或不能访问10 该数组为定长的或临时被锁定13 类型不匹配5018 错误的数量词500 变量未定义458 变量使用了一个 VBScript 中不支持的自动化类型450 错误的参数个数或无效的参数属性值VBScript 语法错误如果 VBScript 语句结构违反了一个或多个 VBScript 脚本语言语法规则,就会产生 VBScript 语法错误。
VBScript 语法错误通常在执行程序前,编译程序时产生。
错误编号描述1052 在类中不能有多个缺省的属性/方法1044 调用 Sub 时不能使用圆括号1053 类初始化或终止不能带参数1058 只能在 Property Get 中指定’Default’1057 说明’Default’必须同时说明’Public’ "1005 需要’(’1006 需要’)’1011 需要’=’1021 需要’Case’1047 需要’Class’1025 需要语句的结束1014 需要’End’1023 需要表达式1015 需要’Function’1010 需要标识符1012 需要’If’1046 需要’In’1026 需要整数常数1049 在属性声明中需要 Let , Set 或 Get1045 需要文字常数1019 需要’Loop’1020 需要’Next’1050 需要’Property’1022 需要’Select’1024 需要语句1016 需要’Sub’1017 需要’Then’1013 需要’To’1018 需要’Wend’1027 需要’While’或’Until’1028 需要’While,’、’Until,’或语句未结束1029 需要’With’1030 标识符太长1014 无效字符1039 无效’exit’语句1040 无效’for’循环控制变量1013 无效数字1037 无效使用关键字’Me’1038 ’loop’没有’do’1048 必须在一个类的内部定义1042 必须为行的第一个语句1041 名称重定义1051 参数数目必须与属性说明一致1001 内存不足1054 Property Let 或 Set 至少应该有一个参数1002 语法错误1055 不需要的’Next’1015 未终止字符串常数。
信号处理错误代码代码说明−20337指定的时间标识超出了时限。
−20336极限规范簇中所包含的X数组的值不是单调增加。
−20335波形不连续。
两个波形(A和B)的dt相同并且相邻时可以进行连接,其中相邻表示t0_B = t0_A + N * dt,N为波形A的采样数。
−20334由于用超过最长波形持续时间的10倍来分隔时间标识,因此无法对齐这些波形。
−20333如果两个波形的采样不是用相位定时,则无法用同一个dt对齐这两个波形。
两个波形的采样使用相同dt并且同相时可以对齐波形,同相表示两个波形的t0的差别为dt的整数倍。
−20332线程属性数小于零。
如仍未解决该问题,请联系NI技术支持。
−20331参数结构指针为空,这可能是因为调用VI程序框图的改动。
如仍未解决该问题,请联系NI 技术支持。
−20330内部错误:结果指针为空,可能是因为调用VI程序框图已改动。
如仍未解决该问题,请联系NI技术支持。
−20329内部错误:光标结构指针为空,这可能是因为调用VI程序框图的改动。
如仍未解决该问题,请联系NI技术支持。
−20328在测量模式总初始化一个重要部分失败,这可能是因为低内存。
如仍未解决该问题,请联系NI技术支持。
−20327测量模式中出现意外,这可能是因为内存太少。
如仍未解决该问题,请联系NI技术支持。
−20326上升或下降时间为0,因而回转率为无穷。
−20324内部错误:两个测量共享同一个ID数。
如仍未解决该问题,请联系NI技术支持。
−20323边数,脉冲数或周期参数值必须大于零。
−20322内部错误:属性数字不是指向一个有效的参数。
检查输入参数参考电平、百分比电平设置和状态设置。
−20321内部错误:该测量会话句柄无效。
如仍未解决该问题,请联系NI技术支持。
−20320内部错误:所要求的测量不可用。
如仍未解决该问题,请联系NI技术支持。
−20319由于该波形的周期太短,无法执行该测量。
−20318结果不是数值或是无穷大。
错误代码列表及说明错误代码1HTTP/1.1 300 Multiple Choices5HTTP/1.1 400 Bad Request6HTTP/1.1 401 Unauthorized7HTTP/1.1 402 Payment Required8HTTP/1.1 403 Forbidden9HTTP/1.1 404 Not Found10HTTP/1.1 405 Method Not Allowed11HTTP/1.1 406 Not Acceptable12HTTP/1.1 407 Proxy Authentication Required 13HTTP/1.1 408 Request Time-out14HTTP/1.1 409 Conflict15HTTP/1.1 410 Gone16HTTP/1.1 411 Length Required17HTTP/1.1 412 Precondition Failed18HTTP/1.1 413 Request Entity Too Large19HTTP/1.1 414 Request-URI Too Large20HTTP/1.1 415 Unsupported Media Type21HTTP/1.1 416 Requested range not satisfiable 22HTTP/1.1 417 Expectation Failed23HTTP/1.1 500 Internal Server Error24HTTP/1.1 501 Not Implemented25HTTP/1.1 502 Bad Gateway26HTTP/1.1 503 Service Unavailable27HTTP/1.1 504 Gateway Time-out28HTTP/1.1 505 http version not supported29操作超时操作被取消30URL 无效31URL 未使用可识别的协议32无法解析服务器的名称或地址33未发现具有所需功能的协议34用户名无效35密码无效36拒绝登录申请37不能在代理会话上提出请求38无法与服务器建立连接39与服务器的连接意外终止40与服务器的连接被重置41代理请求无效42证书中的日期无效或已过期43证书中的主名称无效或不相符44证书错误45证书未收到46证书失败47服务器不支持申请的协议级48服务器返回的信息无效或不可识别49应用的证书无效50应用的证书已被撤销51任务超时52预期的页面内容未找到(页面)53发现表示页面错误的内容(页面) 54不安全的文件下载55文件下载失败56CDN内容不同步57打开流媒体失败58无法获取流媒体文件59流媒体客户端错误60Traceroute失败61事务处理失败6280070037: Cannot find the file 63800704CF: Cannot find the file 64800C2EE2: Action timed out 65C00D000F: The server has no more connections available 66C00D001F: Cannot find the file67C00D07F1: Your network may not be set up to handle a live broadcast connection68C00D07F2: Your network may not be set up to handle a live broadcast connection69C00D080D: File is corrupted70C00D0BB8: Cannot play the file71C00D1074: Cannot play the file72C00D1076: Cannot play the file73C00D1090: Cannot play the file74C00D10B6: Cannot play items in the playlist 75C00D10BA: Cannot find the file76C00D1196: Incorrect user name or password 77C00D1197: Cannot play the file78C00D1198: Cannot connect to the server79C00D119D: Cannot play this file because the associated playlist is not valid80C00D11B0: Cannot perform the requested action 81C00D11B3: Encountered a network error82C00D11B6: Cannot play the file.83C00D11C0: Cannot play the file because a network problem occurred84C00D11CB: Encountered a network problem85C00D11CD: Unknown error86C00D132B: Cannot play the file87C00D13ED: The specified origin server cannot be found.88C00D13EC: The archive request conflicts with other requests in progress89C00D13EE: The specified origin server is not responding 90C00D13EF: The internal code for HTTP status code 412 Precondition Failed due to not broadcast type91C00D13F0: The internal code for HTTP status code 403 Forbidden due to not cacheable92C00D13F1: The internal code for HTTP status code 304 Not Modified93HXR_DOC_MISSING94HXR_NO_FILESYSTEM95HXR_RESTORE_SERVER_DENIED96HXR_RESTORE_SERVER_CONNECT97HXR_RESTORE_SERVER_TIMEOUT98HXR_REVOKE_SERVER_CONNECT99HXR_REVOKE_SERVER_TIMEOUT100HXR_NET_SOCKET_INVALID101HXR_NET_CONNECT102HXR_BIND103HXR_SOCKET_CREATE104HXR_INVALID_HOST105HXR_NET_READ106HXR_NET_WRITE107HXR_SERVER_TIMEOUT108HXR_SERVER_DISCONNECTED109HXR_DNS_RESOLVE_FAILURE110HXR_END_WITH_REASON111HXR_INVALID_PATH112HXR_FULL_DOWNLOAD_NEEDED113HXR_PROGRESSIVE_DOWNLOAD_TIMEOUT114HXR_BAD_SERVER115HXR_OLD_SERVER116HXR_INVALID_PROTOCOL117HXR_INVALID_URL_OPTION118HXR_INVALID_URL_HOST119HXR_INVALID_URL_PATH120HXR_HTTP_CONTENT_NOT_FOUND 121HXR_NOT_AUTHORIZED122HXR_UNEXPECTED_MSG123HXR_NO_SESSION_ID124HXR_FORBIDDEN125HXR_RTSP_RESP_SINK_MESSAGE 126HXR_LATE_PACKET127HXR_OVERLAPPED_PACKET128HXR_OUTOFORDER_PACKET129HXR_NONCONTIGUOUS_PACKET。
错误代码及错误信息错误释义错误代码及错误信息错误释义.txtcopy(复制)别人的个性签名,不叫抄袭,不叫没主见,只不过是感觉对了。
遇到过的事一样罢了。
错误代码及错误信息错误释义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:IMPLEMENTATION expected 缺IMPLEMENTATION error 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 toerror 170:Too many segments 段太多。