up vote 2 down vote favorite
share [g+] share [fb]

Can anyone please help me out in rectifying the error: BORdbg70.exe BORdbg70.dll "Internal Error EVA 1528". What is the cause of this error? how can i slove this problem.

See here how the remote debugging session was setup

link|improve this question
feedback

1 Answer

An internal error is a bug in the compiler. See this

Article about what to do in case of internal compiler errors

for some hints what you can do.

Two things that often solved the problem for me:

  • Restart the IDE
  • Remove all DCU files of your project and build it from scratch
link|improve this answer
In this case it comes from the debugger, not the compiler. – Lars Truijens Dec 21 '09 at 10:20
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.