Re: Internal error


[ Related Articles and Replies ] [ DelphiLand Discussion Forum ]

Posted by webmaster Guido on December 04, 2002 at 14:39:22:

In Reply to: Internal error posted by Ste D on December 04, 2002 at 11:19:03:

: My project works fine at home but after emailing to college when i run it i get an message saying'internal error L1030' what does this mean?? how do i stop it??
---------

Probably you mean that the error occurs when you try to compile the project (not when you "run" a succesfully compiled exe-file that was created on another PC).

"Internal Error" means that the compiler found something, other than a syntax error, that it cannot successfully process. The information following "Internal Error" indicates *to Borland* where the error occurred. Alas, this information isn't terribly helpful to you, it can only help Borland to track down the problem if you report it. There is no complete listing of internal error messages available.

More complete information about "Internal error" and some possible solutions can be found at this URL:

http://homepages.borland.com/strefethen/info/InternalError.htm

If you manage to solve the problem, please let us know some more details.

But if you find no solution, I possibly could have a look at your code ...if the project is not too big and/or complicated, because I have quite a busy schedule -- but I'm always in for a challenge :)
In that case, please reply to this message in the forum and I'll contact you personally.


Related Articles and Replies:


[ DelphiLand Discussion Forum ]