Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Internal Error: DBG2439 in Delphi

I am building a project in Delphi 5. I have successully builded the project and genrated the output exe. Till this state everything works fine. Now I am using testing automation tool 'TestComplete' on the generated the exe. But in TestComplete only Published properties are visible. I am unable to see the private and public properties. TestComplete documentation suggested a way to build the exe with Debug option checked. For that i modified the setting in Project--> Options --> Linker --> Exe and DLL options --> Include TD32 Debug Info is checked and trying to build the project but I am getting an "[Fatal Error]Internal error: DBG2439". I tried closing the delphi and opening the project again. Also I tried deleting all DCUs. But getting same error everytime. Can Anybody help me on this. Thanks For the help.

Testcomplete link or reference: http://support.smartbear.com/viewarticle/29770/

Got one link while googling but didnt understand steps. can anyone help me to understand. Its really appriciated. https://groups.google.com/forum/?fromgroups#!msg/borland.public.delphi.ide/PDJUVyFbfQ8/huCmBa3eCVIJ

like image 559
Nalu Avatar asked Oct 08 '22 03:10

Nalu


1 Answers

Finally able to resolve the error. :)

The dbg3439 and dbg 2499 error was due to ResourceString declaration after subprocedure.

Please refer the link for more help: https://groups.google.com/forum/?fromgroups#!msg/borland.public.delphi.ide/PDJUVyFbfQ8/huCmBa3eCVIJ

Thanks to all..

like image 197
Nalu Avatar answered Oct 13 '22 12:10

Nalu