Delphi中错误信息对照表
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
Delphi中错误信息对照表
'''' not previously declared as a PROPERTY前面没有说明PROPERTY ''GOTO '' leads into or out of TRY statement GOTO 进入或超出TRY语句的范围
clause expected, but found要求子句,但出现
16-Bit fixup encountered in object file ''''在对象文件遇到16位修复486/487 instructions not enabled不能用486/487指令
Abstract methods must be virtual or dynamic抽象方法必须为虚拟的或动态的
Array type required需要数组类型Assignment to FOR-Loop variable ''''给FOR循环变量赋值Bad argument type in variable type array constructor在变量类型数组结构中不正确的参数类型
Bad file format ''''错误的文件格式
Bad file format: 错误的文件格式
Bad global symbol definition: '''' in object file ''''对象文件''''中错误的全局符号定义'''' Bad unit format: 错误的单元格式
BREAK or CONTINUE outside of loop BREAK或CONTINUE超出循环
Cannot add or subtract relocatable symbols不能增加或减少可重置的符号
Cannot assign to a read-only property不能指定只读属性Cannot BREAK, CONTINUE or EXIT out of a FINALLY clause超出FINALLY 子句的范围,不能使用BREAK,CONTINUE或EXIT语句
Cannot initialize local variables不能初始化局部变量Cannot initialize multiple variables不能初始化多个变量Cannot initialize thread local variables不能初始化线程局部变量
Cannot override a static method不能覆盖静态方法Cannot read a write-only property不能读取只写属性Case label outside of range of case expression CASE标号超出了CASE表达式的范围
Circular unit reference to 对单元循环引用
Class already has a default property类已具有默认的属性Class does not have a default property类没有默认的属性Class or object types only allowed in type section在类型区段只允许有类或对象类型
Class type required需要类类型
Close error on 文件关闭错误
Compile terminated by user用户中止编译Constant expected要求常量
Constant expression expected要求常量表达式Constant expression violates subrange bounds常量表达式超出子界范围
Constant object cannot be passed as var parameter常量对象不能作为变量参数传递
Constant or type identifier expected要求常量或类型标识符
Constants cannot be used as open array arguments常量不能用作打开数组参数
Constructing instance of '''' containing abstract methods构造的实体包含抽象的方法Could not compile used unit ''''不能用单元编译
Could not create output file 不能建立输出文件
Could not load RLINK32.DLL不能加载
RLINK32.DLL
Data type too large: exceeds 2 GB数据类型太大:超过2GB
Declaration of differs from previous declaration的说明与先前的说明不同Default property must be an array property默认的属性必须为数组属性
Default values must be of ordinal, pointer or small set type默认的值必须为序数、指针或小集类型
Destination cannot be assigned to目标不能指定Destination is inaccessible目标不能存取
Dispid '''' already used by ''''DISPID标识号已被使用
Dispid clause only allowed in OLE automation section DISPID子句只能在OLE自动区段中使用
Division by zero除数为零Duplicate case label CASE标号重复Duplicate tag value重复的标志值Dynamic method or message handler not allowed here这里不允许有动态方法或信息处理程序
Dynamic methods and message handlers not allowed in OLE automation section在OLE自动区段不允许有动态方法或消息处理程序
Element 0 inaccessible - use ''Length'' or ''SetLength''元素0不能存取-使用LENGTH或SETLENGTH
Error in numeric constant数值常量错误EXCEPT or FINALLY expected要求EXCEPT或FINALLY
EXPORTS allowed only at global scope EXPORTS只允许在全局范围使用
Expression has no value表达式没有值Expression too complicated表达式太复杂Field definition not allowed in OLE automation section在OLE自动区段中不允许域定义