Delphi常见错误中英文对照.docVIP

  • 16
  • 0
  • 约 16页
  • 2016-10-22 发布于河南
  • 举报
Delphi常见错误中英文对照

Delphi常见错误中英文对照 同学们在实际编程过程中可以参考以下的错误提示,需要注意的是中的内容是你们程序中的具体内容。例如: Undeclared identifier: name 未说明的标识符NAME name是指你程序中具体的标识符。 ******************************* * 编 译 错 误 信 息 * ******************************* ; 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 o-nly allowed in type section 在类型区段只允许有类或对象类型 Class type required 需要类类型 Close error o-n Filename 文件Filename关闭错误 Compile terminated by user 用户中止编译 Constant expected 要求

文档评论(0)

1亿VIP精品文档

相关文档