?? 編譯錯誤信息 常見.txt
字號:
*******************************************
Dlephi 編 譯 錯誤信息 及 警示信息
*******************************************
';' 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語句中的非法類型
Illegal type in Write/Writeln statement 在Write/Writeln語句中的非法類型
Inaccessible value 不可存取的值
Incompatible types: '<name>' and '<name>' 不兼容的類型<name>和<name>
Incompatible types: <text> 不兼容的類型<text>
Inline assembler stack overflow 內聯匯編溢出
Inline assembler syntax error 內聯匯編語法錯誤
Instance variable '<name>' inaccessible here 實體變量<name>在這里不能存取
Integer constant or variable name expected 要求整形常量或變量名
Integer constant too large 整型常量太大
Internal error: <ErrorCode> 內部錯誤<errorcode>
Invalid combination of opcode and operands 操作碼與操作對象的無效組合
Invalid compiler directive: '<Directive>' 無效的編譯指令<DIRECTIVE>
Invalid function result type 無效的函數值類型
Invalid message parameter list 無效的消息參數列表
Invalid register combination 無效的寄存器組合
Invalid typecast 無效的TYPECASE
Label '<Name>' is not declared in current procedure 在當前的過程中沒有說明標號<NAME>
Label already defined: '<Labelname>' 標號<LABELNAME>已經定義
Label declaration not allowed in interface part 在界面部分不允許標號說明
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -