minjiu
中階會員
發表:27 回覆:119 積分:69 註冊:2002-06-26
發送簡訊給我
|
我在D6執行編譯時,卻出現"Internal error: U1196",請問有高手知道如何解決嗎?謝謝!!
|
qoo1234
版主
發表:256 回覆:1167 積分:659 註冊:2003-02-24
發送簡訊給我
|
http://homepages.borland.com/efg2lab/Library/UseNet/2001/0131a.txt From: "David Marcus"
Subject: Re: Internal Error L470
Date: Wednesday, January 31, 2001 George Kuascha wrote:
> Does anyone know why I would be getting such an error? Periodically during
> compile I'll get "Fatal Error - Internal Error: L470". I compile again and
> the error goes away. Everything appears to be running properly. Internal errors are bugs in the compiler. Here is an explanation: http://ww6.borland.com/codecentral/ccweb.exe/listing?id=14778 Doing Project->Build frequently solves the problem. The letter in the
error message tells you what part of Delphi is generating the error:
B : debugger
BC : debugger
BR : browser
C : codegen
CM : command line version of the compiler
D : parser
DB : debugger
DBG: debug info output
DM : IDE version of the compiler
E : parser
EO : debugger/evaluator
FN : filename / pathname parsing
GH : HPP generator
I : code generator
IN : inspectors
L : linker
LI : BPI file writing
LO : object file loading
M : memory allocation
MA : name mangling
MB : multi-byte (MBCS) support
O : object (OMF) file handling
P : package managment
R : resource writing
S : scanner
ST : standard procedure handling
SY : symbol table
T : code generator
TI : RTTI generator
U : parser
UD : IDE version of the compiler
UI : error handling
URW: DCU reading/writing
W : Object file (OMF) writing
X : code generator --
David Marcus 網海無涯,學無止境!
|
minjiu
中階會員
發表:27 回覆:119 積分:69 註冊:2002-06-26
發送簡訊給我
|
Qoo1234版主謝謝您的回答!!問題已解決!!謝謝!!
|