Hi Peter

    After digging myself into Delphi helps, I found the following

"Occasionally when compiling an application in Delphi, the compile will halt
and display an error message that reads, for example:
Internal Error: X1234
This error message indicates that the compiler has encountered a condition,
other than a syntax error, that it cannot successfully process.
The information after "Internal Error" contains from one to three characters
and is immediately followed by a number that indicates the file and line
number in the compiler itself where the error occurred. Although this
information may not help you, it can help us (Borland) track down the
problem if and when you report the error. Be sure to jot down this
information and include it with your internal error description."

    I already tried to delete all my .dcu files and build the project again
and it's building without problem, but when I try to compile/build the
package I am using to register my customized components I get this error.
    As the help file says the error is not a syntax error, so I have
reviewed my codes, there are around 10 units that use each other indirectly,
I suspect this might be the problem, I'm trying to reorganize now my codes
by modifying the hierarchy. I created a new package and adding each unit to
that package one by one and compiling, most of them compiled without any
problem, only those 10 gave the error. Might be that if I fix only one all
the others will be fixed too...

    As Borland says, the numbers represent the number of the file and the
line number, I know how to read line numbers :) but how should I identify
the erroneous file? I have two numbers L1030 and LA33

Vahan

-----Original Message-----
From: delphi-en@yahoogroups.com [mailto:[EMAIL PROTECTED] Behalf
Of Peter Luijer
Sent: Wednesday, August 17, 2005 11:20 PM
To: delphi-en@yahoogroups.com
Subject: RE: [delphi-en] Fatal Error]: Internal Error L1030


Hi Vahan,

A quick search with Google turned up the following bug-report:
http://qc.borland.com/wc/qcmain.aspx?d=2166

It looks like your problems will dissappear if you delete all
your compiled units (*.dcu) and re-compile the package.

If I'm not misstaken, L**** errors have something to do with
the Linker of the compiler (allthough I'm not 100% sure).


Good luck,

Peter.

> -----Original Message-----
> From: delphi-en@yahoogroups.com
> [mailto:[EMAIL PROTECTED] On Behalf Of Vahan Yoghoudjian
> Sent: Wednesday, August 17, 2005 2:44 PM
> To: Yahoo Groups: Delphi Programmers; Yahoo Groups: Delphi En
> Subject: [delphi-en] Fatal Error]: Internal Error L1030
>
>
>     hi Group
>
>     When I compile my package I'm getting the message [Fatal Error]:
> Internal Error L1030
>
>     I have a project group containing 3 .dpr projects that
> use this package,
> when I compile/build all those projects (either separately or
> together) I
> have no problem at all, but whenever I try to compile the
> library I can't...
>
>     Any ideas?
>
>
> Thanks in advance
> Vahan
>
>



-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED]



SPONSORED LINKS C programming language  Computer programming languages  The
c programming language
      C programming language  List of programming languages  Delphi
programmer


----------------------------------------------------------------------------
----
YAHOO! GROUPS LINKS

  a..  Visit your group "delphi-en" on the web.

  b..  To unsubscribe from this group, send an email to:
   [EMAIL PROTECTED]

  c..  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.


----------------------------------------------------------------------------
----




[Non-text portions of this message have been removed]



------------------------ Yahoo! Groups Sponsor --------------------~--> 
<font face=arial size=-1><a 
href="http://us.ard.yahoo.com/SIG=12hfhk5g6/M=362329.6886308.7839368.1510227/D=groups/S=1705115362:TM/Y=YAHOO/EXP=1124351549/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992
">Fair play? Video games influencing politics. Click and talk back!</a>.</font>
--------------------------------------------------------------------~-> 

-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/delphi-en/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to