Delphi编译报错对照表

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

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

” is not a type identifier → 不是类型标识符

” 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自动区段中不允许域定义

Field definition not allowed after methods or properties →在方法或属性后不允许域定义

Field or method identifier expected →要求域或方法标识符

File not found: →文件没有找到

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 ” cannot be passed as var parameter → FOR循环变量不能作为参数传递

FOR-Loop variable ” may be undefined after loop → 在循环后的FOR循环变量是不确定的

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

Identifier redeclared: ” 标识符 → 重复说明

Illegal character in input file: ” ($) →在输入文件中的非法字符”

Illegal message method index → 非法的消息方法指针

Illegal reference to symbol ” in object file ” →在对象文件中对符号的非法引用

Illegal type in OLE automation section: ” →在OLE自动区段中的非法类型

Illegal type in Read/Readln statement →在Read/Readln语句中的非法类型

Illegal type in Write/Writeln statement →在Write/Writeln语句中的非法类型

Inaccessible value → 不可存取的值

Incompatible types: ” and ” → 不兼容的类型和

Incompatible types: → 不兼容的类型

Inline assembler stack overflow → 内联汇编溢出

Inline assembler syntax error → 内联汇编语法错误

Instance variable ” inaccessible here → 实体变量在这里不能存取

Integer constant or variable name expected → 要求整形常量或变量名

Integer constant too large → 整型常量太大

Internal error: → 内部错误

Invalid combination of opcode and operands → 操作码与操作对象的无效组合

Invalid compiler directive: ” → 无效的编译指令

Invalid function result type → 无效的函数值类型

Invalid message parameter list →无效的消息参数列表

Invalid register combination →无效的寄存器组合

Invalid typecast → 无效的TYPECASE

Label ” is not declared in current procedure →在当前的过程中没有说明标号

Label already defined: ” → 标号已经定义

Label declaration not allowed in interface part → 在界面部分不允许标号说明

Label declared and referenced, but not set: ” → 标号被说明及引用,但不能设置

Label expected → 要求标号

Left side cannot be assigned to → 左边不能赋值

Line too long (more than 255 characters) → 行太长(超出255个字符)

Local class or object types not allowed → 不允许局部的类或对象类型

Local procedure/function ” assigned to procedure variable →局部过程/函数赋给过程变量

LOOP/JCXZ distance out of range LOOP/JCXZ → 距离超出范围

Low bound exceeds high bound → 下界超过上界

Memory reference expected → 要求内存引用

Method ” hides virtual method of base type ” → 方法隐藏了基类型为的虚拟方法

Method ” not found in base class → 在基类中没有找到方法

Method identifier expected → 要求方法标识符

Missing ENDIF directive → 缺少ENDIF指令

Missing operator or semicolon → 缺少操作符或分号

Missing or invalid conditional symbol in ‘$’ directive → 在$指令中缺少或无效的条件符号

Missing parameter type → 缺少参数类型

Necessary library helper function was eliminated by linker → 必要的库帮助函数被连接程序删除

No definition for abstract method ” allowed → 抽象方法没有定义

Not enough actual parameters → 没有足够的实际参数

Number of elements differs from declaration → 元素数与说明不同

Numeric overflow → 数值溢出

Object or class type required → 需要对象或类类型

Object type required → 需要对象类型

Only register calling convention allowed in OLE automation section → 在OLE自动区段中只允许寄存器调用约定

Operand size mismatch → 运算对象大小匹配

Operator not applicable to this operand type → 运算符不使用于这一运算对象类型

order of fields in record constant differs from declaration → 在记录常量中的域次序与说明不同

ordinal type required → 需要序数类型

Out of memory→ 内存溢出

Overflow in conversion or arithmetic operation → 转换或算术操作溢出

Overriding automated virtual method ” cannot specify a dispid → 覆盖的自动虚拟方法不能指定DISPID

PACKED not allowed here →这里不允许PACKED

Pointer type required → 需要指针类型

Procedure cannot have a result type → 过程不能有结果类型

Procedure DISPOSE needs destructor → 过程DISPOSE需要destructor

Procedure FAIL only allowed in constructor →过程FAIL只允许在constructor方法中

Procedure NEW needs constructor → 过程NEW需要constructor方法

PROCEDURE or FUNCTION expected → 要求PROCEDURE或FUNCTION

Procedure or function name expected → 要求过程或函数名

Program or unit ” recursively uses itself → 程序或单元递归

Property ” does not exist in base class → 在基类中属性不存在

Published property ” cannot be of type → Published属性不能具有类型

Published Real48 property ” must be Single, Double or Extended Published REAL → 属性必须为Single, Double或Extended

Re-raising an exception only allowed in exception handler → 在意外处理中只允许重新引起意外处理

Read error on → 文件读出错

Record, object or class type required → 需要记录,对象或类类型

Redeclaration of ” hides a member in the base class → 的重新说明隐藏了基类中一个元素

Redeclaration of property not allowed in OLE automation section → 在OLE自动区段中不允许属性重复说明

Return value of function ” might be undefined → 函数的返回值可能没有定义

Seek error on → 在中搜索错误

Segment/Offset pairs not supported in Borland 32-bit Pascal → 在Borland 32位的PASCAL中不支持Segment/Offset对

Sets may have at most 256 elements → 集至少有256个元素

Size of published set ” is >32 bits published → 集的大小大于32字节

Slice standard function only allowed as open array argument Slice → 标准函数只允许作为打开数组参数

Statement expected, but expression of type ” found → 要求语句,但出现类型的表达式

Statements not allowed in interface part → 在界面中不允许的语句

String constant too long → 字符串常量太长

String constant truncated to fit STRING[] → 字符串常量截取到适合STRING[]

Strings may have at most 255 elements → 字符串至少255个元素

Structure field identifier expected → 要求结构域标识符

Syntax error in real number →实数语法错误

System unit out of date or corrupted: missing ” → 系统单元超出日期或损坏:缺少

Text after final ‘END. → 编译器忽略END.后的文本

This form of method call only allowed for class methods → 该方法的窗体只允许类方法

This form of method call only allowed in methods of derived types → 该方法的窗体只允许在导出类型的方法中

This type cannot be initialized →这一类型不能初始化

Thread local variables cannot be ABSOLUTE →线程局部变量不能是ABSOLUTE

Thread local variables cannot be local to a function or procedure → 线程局部变量对函数不能是局部的

Too many actual parameters → 太多的实际参数

Too many conditional symbols → 太多的条件符号

Type ” has no type info → 类型没有类型信息

Type ” is not yet completely defined → 类型至今没有定义

Type ” must be a class to have a PUBLISHED section → 类型必须是在PUBLISHED区段中的类

Type ” must be a class to have OLE automation → 类型必须是具有OLE自动的类

Type ” needs finalization – not allowed in file type → 类型需要初始化-不允许在文件类型中

Type ” needs finalization – not allowed in variant record → 类型需要初始化-不允许在变体记录

Type expected → 要求TYPE

Type not allowed in OLE Automation call → 在OLE自动调用中不允许的类型

Type of expression must be BOOLEAN → 表达式的类型必须为BOOLEAN型

Type of expression must be INTEGER → 表达式的类型必须为INTEGER型

TYPEINFO standard function expects a type identifier → TYPEINFO 标准函数要求类型标识符

TYPEOF can only be applied to object types with a VMT → TYPEOF只能用于具有VMT的对象类型

Types of actual and formal var parameters must be identical →形参与实参必须一致

Undeclared identifier: ” → 未说明的标识符

Unexpected end of file in comment started on line → 以行开始的注释中出现不应有的文件结束

Unit was compiled with a different version of → 单元与不同版本的编译

Unit name mismatch: ” → 单元名不匹配

Unknown directive: ” → 未知的指令

Unnamed arguments must precede named arguments in OLE Automation call → 在OLE自动调用中未命名的参数必须在命名的参数前

Unsatisfied forward or external declaration: ‘ ‘ →不满足的向前或外部说明 Unterminated string → 未结束的字符串

Value assigned to ” never used → 赋给的值从未使用过

Variable ” inaccessible here due to optimization → 由于优化,变量名在这里不能存取

Variable ” is declared but never used in ” → 变量名已说明,但不曾使用

Variable ” might not have been initialized → 变量名可能没有初始化

Variable required → 需要变量

Virtual constructors are not allowed → 不允许虚拟的constructors方法

Write error on → 文件写错误

Wrong or corrupted version of RLINK32.DLL → RLINK32.DLL版本错误或不能用

转载于:https://www.cnblogs.com/cloudblogs/p/4487587.html

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/257332.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

C语言中Union类型的使用方法

转自:http://blog.csdn.net/feimor/article/details/6858103 使用C语言时,常常使用struct,对于union类型却几乎没有用过,只知道它是联合类型,各字段共享一块内存,实际应用中却不知道它的具体用途。 今天读《…

android 点对点语音,使用Android SIP Stack进行点对点SIP呼叫?

我一直被困在同样的问题上.如果你可以在没有android sip api的情况下制作它,你可以查看rtp api,它为你提供了一些较低级别的工具来制作P2P VOIP应用程序,而无需服务器.To support audio conferencing and similar usages, you need toinstantiate two classes as endpoints for…

拓扑排序

用两种方式来实现 1、 深度优先搜索(DFS) 对有向图采取深度优先搜索,并且在postVist处,打印所访问的节点。最后打印出的字符序列的反序列正好满足拓扑排序。(可以在postVist()方法中&#xff0c…

阿里启动NASA计划创造新经济核心科技

本文讲的是阿里启动"NASA"计划创造新经济核心科技【IT168 资讯】2017年3月9日,阿里巴巴集团在杭州召开首届技术大会,动员全球两万多名科学家和工程师投身“新技术战略”。会议透露,阿里巴巴正在启动一项代号“NASA”的计划&#xf…

ORACLE创建表空间和用户

--表空间 CREATE TABLESPACE sdt DATAFILE F:\tablespace\demo size 800M EXTENT MANAGEMENT LOCAL SEGMENT SPACE MANAGEMENT AUTO; --索引表空间 CREATE TABLESPACE sdt_Index DATAFILE F:\tablespace\demo size 512M EXTENT MANAGEMENT LOCAL SEGMENT SPACE MANAGEMENT AU…

PHP-CGI, FastCGI, PHP-FPM的关系和区别

Web server(apache, nginx) 接受到一个php请求后要解析php文件, 怎么解析呢, web server是C语言写的, 所以需要一个协议, 一个php解释器, 也就是CGI. FastCGI是用来提高CGI性能的, 可以说是CGI的升级版. CGI每当一个请求过来都要开启一个进程, 访问结束再关闭一个进程, 太累. F…

android 6关闭防火墙,安卓手机如何关闭防火墙

我的安卓手机不想使用防火墙了!该如何关闭呢?下面由小编给你做出详细的安卓手机关闭防火墙介绍!希望对你有帮助!安卓手机关闭防火墙方法一1、如果该防火墙不是系统自带的,是你下载安装的,就直接在设置选项中,选择应用程序--管理应用程序&…

Powershell命令中的 CommonParameters是指什么

因为在命令中经常遇到这个参数,后来找了一下,有一个微软的官方文档,就不翻译了,英文好的自己读吧。https://docs.microsoft.com/zh-cn/powershell/module/microsoft.powershell.core/about/about_commonparameters?viewpowershel…

java日志之slf4j与logback简单使用

最近在开发遇到日志是使用slf4j与logback.xml的配置,所以就记录下来了。 1、导入这几个jar包: Logback 分为三个模块:logback-core,logback-classic,logback-access logback-core 是核心; logback-classic …

android one x3怎么样,618旗舰手机怎么选,看完这篇文章,你就会知道

转眼间,2021年即将过半,一年一度的年中购物狂欢节618就要到来了。我已经迫不及待了。毕竟在618年中大促的时候,各家厂商都有力度非常大的活动。而且也有很多小伙伴一直在观望,想要在618的时候给自己换一款手机。说实话&#xff0c…

字符设备驱动程序框架

via:http://blog.chinaunix.net/uid-20672257-id-3142809.html 1、写出open、write函数 2、告诉内核 1)、定义一个struct file_operations结构并填充好 static struct file_operations first_drv_fops {.owner THIS_MODULE, /* 这是一个宏&…

华为鸿蒙与magic,如果荣耀Magic3搭载了屏下镜头和鸿蒙系统,你会做第一批吗?...

华为荣耀在目前的手机市场中,荣耀手机的人气还是蛮高的,从高端旗舰市场到中低端市场,我们都能够看到荣耀手机的踪影,这已经可以代表荣耀手机的优势了。要知道华为荣耀这两年的发展速度非常快,产品的布局速度也是如此&a…

第十九章 我国农村资金筹集

农村改革解说(专著)第十九章 第十九章 我国农村资金筹集 1、农村公共事业统筹经费怎样确定? 总的原则是:制止对农民的不合理摊派,减轻农民的额外负担,保证农村合理的公共事业经费。具体要求如下&#xff1a…

两个Python web框架:Django Tornado比较

就是说它作为 web 框架比 Django 简单,又支援异步 IO,且更不需要前端的 webserver ? 我已经混乱了, Tornado是 Nginx、Django、Node.js 的结合体?又或是 Nginx * 20% Django * 40% Node.js * 40% ?你需要搞清楚几个…

广义动量定理之速度V的应用分析

广义动量定理之速度V的应用分析 从广义动量定理FαtnmV的角度说,改变速度V,就可以改变成果nmV。速度派以改变速度V作为其主要目的。 速度V应用于兵贵神速 理论简介:三国时期曹操的谋士郭嘉说:“兵贵神速”。 孙子在九地篇中说“兵…

云安全联盟发布更新版安全应用指南

本文讲的是云安全联盟发布更新版安全应用指南【IT168 资讯】云安全联盟(CSA)本周四发布了云计算服务的第二版安全应用指南。这一非营利性质的联盟正式成立于四月份,其目的是推进云计算安全的最佳实践。他们在2009 RSA会议(全球信息安全领域最具权威的年度峰会)上发布…

[BZOJ1026] [SCOI2009] windy数 (数位dp)

Description windy定义了一种windy数。不含前导零且相邻两个数字之差至少为2的正整数被称为windy数。 windy想知道,在A和B之间,包括A和B,总共有多少个windy数? Input 包含两个整数,A B。 Output 一个整数 Sample Input…

JQuery ajax()实例

前端页面&#xff1a; <!doctype html><html><head><meta charset"utf-8"><title>搜索</title></head> <body><div class"zgz">请输入(A-Z):<input type"text" value"GET"&…

黑马数据库html阶段考试,黑马web阶段web试题学生版.docx

Web 阶段 Web 试题1. 动态网站的开发技术有 (A)JSPHTMLCSSJavaScript 下面哪个请求头信息可以实现防盗链 (C)LocationRefreshRefererIf-Modified-Since在Web应用程序的文件与目录结构中&#xff0c;是放置在(A )WEB-INF 目录conf 目录lib 目录classes 目录下面哪一个指明向客户…

学生信息管理系统中遇到的问题解析

项目概述&#xff1a;做一个简单的学生信息管理系统 要求&#xff1a;学生信息的增删查改&#xff0c;成绩的增删。自动生成的编号。 工具&#xff1a;微软企业库与MiniUI 遇到的问题与解决方法&#xff1a;&#xff08;前面的博文也有类似的问题和解决方法&#xff0c;这里不再…