Delphi .NET (2) Database (71) Delphi IDE (90) Network (39) Printing (3) Strings (12) VCL (83) Windows with Delphi (280)
Exchange Links About this site Links to us 
|
Debugging a DLL in Delphi 5
This article has not been rated yet. After reading, feel free to leave comments and rate it.
This is done by setting a host application and choosing Delphi 5 (delphi32.exe) itself as the host application. Theoretically very easy - available since Delphi 3.
But there are two catches:
It seems that
- the DLL has to be in the same directory as its DPR file (in other words: don't have a separate output directory)
- your project path should not contain dirctories with a space in the name. There seems to be a problem with debugging DLLs with spaces in the project path.
Happy debugging!
Comments:
|