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