Link to home
Start Free TrialLog in
Avatar of Motaz
Motaz

asked on

[Fatal Error] Internal Error: LA30

I get this error in only one project while compilation. When I change any of unit code I get this error behind the last line (end.) when I delete this line which is empty, it compiles successfully.

Please help, this error last with me for 3 years

Motaz
Avatar of DeerBear
DeerBear

Hi,

Internal Errors can be handled only from Borland.
I would say that some component you've installed is going nuts or you may be
using Int64s, which to me has been heavily error-prone.

HTH,

Andrew
Avatar of Motaz

ASKER

I'm not using any third party component and I'm not using Int64

Motaz
Hi again,

Where does it stop as error?

Would you send a small code sample?

TIA,

Andrew
Avatar of Motaz

ASKER

it always stops after end of unit:

   // code
end.

// I get the error line error here, and I delete this empty line to resume compilation

Motaz
ASKER CERTIFIED SOLUTION
Avatar of andrewjb
andrewjb
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Motaz

ASKER

I do that but I still get the error, in addition, some times I get Internal Error: W3082

Motaz
Make sure you've got the latest patches installed....

Otherwise I'm probably stuck!
Avatar of Motaz

ASKER

I changed the options of generating C++ .OBJ to .DCU and it works fine

Motaz