教学文库网 - 权威文档分享云平台
您的当前位置:首页 > 范文大全 > 文秘资料 >

Delphi编译错误中文手册

来源:网络收集 时间:2026-07-30
导读: 很详细了 自己对比错误吧 Delphi编译错误中文手册. ******************************* * 编 译 错 误 信 息 * ******************************* ’;’ not allowed before ’ELSE’ ElSE前不允许有“;” ’<clause>’ clause not allowed in OLE automation

很详细了 自己对比错误吧

Delphi编译错误中文手册.

*******************************

* 编 译 错 误 信 息 *

*******************************

’;’ not allowed before ’ELSE’ ElSE前不允许有“;”

’<clause>’ clause not allowed in OLE automation section 在OLE自动区段不允许“<clause>”子句

’<name>’ is not a type identifier <name>不是类型标识符

’<name>’ not previously declared as a PROPERTY <name>前面没有说明PROPERTY ’GOTO <label>’ leads into or out of TRY statement GOTO <label>进入或超出TRY语句的范围

<clause1> clause expected, but <clause2> found 要求子句<clause1>,但出现<clause2>

16-Bit fixup encountered in object file ’<text>’ 在对象文件<text>遇到16位修复 486/487 instructions not enabled 不能用486/487指令

Abstract methods must be virtual or dynamic 抽象方法必须为虚拟的或动态的

Array type required 需要数组类型

Assignment to FOR-Loop variable ’<Name>’ 给FOR循环变量<Name>赋值

Bad argument type in variable type array constructor 在变量类型数组结构中不正确的参数类型

Bad file format ’<name>’ 错误的文件格式<name>

Bad file format: <Filename> 错误的文件格式<Filename>

Bad global symbol definition: ’<Name>’ in object file ’<Filename>’ 对象文件’<Filename>’中错误的全局符号定义’<Name>’

Bad unit format: <Filename> 错误的单元格式<Filename>

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 <Unitname> 对单元<Unitname>循环引用

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 <Filename> 文件<Filename>关闭错误

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 ’<name>’ containing abstract methods 构造的<name>实体包含抽象的方法

Could not compile used unit ’<Unitname>’ 不能用单元<Unitname>编译

Could not create output file <Filename> 不能建立输出文件<Filename>

Could not load RLINK32.DLL 不能加载RLINK32.DLL

Data type too large: exceeds 2 GB 数据类型太大:超过2GB

Declaration of <Name> differs from previous declaration <Name>的说明与先前的说明不同

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 ’<number>’ already used by ’<name>’ DISPID标识号已被<name>使用

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自动区段中不允许域定义 Field definition not allowed after methods or properties 在方法或属性后不允许域定义 Field or method identifier expected 要求域或方法标识符

File not found: <Filename> 文件<Filename>没有找到

File type not allowed here 这儿不允许文件类型

For loop control variable must be simple local variable FOR循环控制变量必须为简单局部变量 For loop control variable must have ordinal type FOR循环控制变量必须为序数类型 FOR or WHILE loop executes zero times - deleted FOR或WHILE循环执行零次-删除

FOR-Loop variable ’<name>’ cannot be passed as var parameter FOR循环变量<name>不能

很详细了 自己对比错误吧

作为参数传递

FOR-Loop variable ’<Name>’ may be undefined after loop 在循环后的FOR循环变量<NAME>是不确定的

Function needs result type 函数需要结果类型

Identifier redeclared: ’<name>’ 标识符<name>重复说明

Illegal character in input file: ’<char>’ ($<hex>) 在输入文件中的非法字符’<char>’ Illegal message method index 非法的消息方法指针

Illegal reference to symbol ’<Name>’ in object file ’<Filename>’ 在对象文件<filename>中对符号<name>的非法引用

Illegal type in OLE automation section: ’<typename>’ 在OLE自动区段中的非法类型<typename>

Illegal type in Read/Readln statement 在Read/Readln语句中的非法类型< …… 此处隐藏:20511字,全部文档内容请下载后查看。喜欢就下载吧 ……

Delphi编译错误中文手册.doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.jiaowen.net/fanwen/1995778.html(转载请注明文章来源)
Copyright © 2020-2025 教文网 版权所有
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:78024566 邮箱:78024566@qq.com
苏ICP备19068818号-2
Top
× 游客快捷下载通道(下载后可以自由复制和排版)
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能出现无法下载或内容有问题,请联系客服协助您处理。
× 常见问题(客服时间:周一到周五 9:30-18:00)