Board index » cppbuilder » How to debug a DLL project

How to debug a DLL project


2007-11-22 09:37:46 PM
cppbuilder18
Hi All,
I am building a DLL project, but how can I debug it such as setting break
points, etc. I have also the exe project that calls the DLL.
Thanks,
Zhan
 
 

Re:How to debug a DLL project

Quote
I am building a DLL project, but how can I debug it such as setting break
points, etc. I have also the exe project that calls the DLL.
The same as a normal application. just set a HOST application in the
Run|Parameters dialog.
 

Re:How to debug a DLL project

"David Perkins" < XXXX@XXXXX.COM >wrote in message
Quote
The same as a normal application. just set a HOST application
in the Run|Parameters dialog.
And make sure the DLL project's TDS file is in the same folder as the EXE.
Gambit
 

{smallsort}