Fixed My Delphi 2007 Debug Issues

Posted by Kirby Turner on March 26, 2007

In my posting 5 Things I Like About Delphi 2007 I mentioned debugging problems I experienced after installing 3rd party packages. The source of the problem was in fact the use of certain 3rd party packages, more specifically the DevExpress VCL packages. However the problem wasn’t with the DevExpress directly.

I installed all packages found in the DevExpress library/delphi10 directory. This was a mistake made by me. Only certain design time packages need to be installed in the IDE, not all packages in that directory. Lucky for me I still have BDS 2006 installed.

I launch BDS 2006 and Delphi 2007. I went to the installed package list in BDS 2006 (Component > Install Packages…) and manually added each DevExpress package listed in BDS 2006 to Delphi 2007. This resolved the debugging issues I experienced yesterday. And now I’m able to make use of Delphi 2007 for existing projects.


Posted in programming. Tagged in .