Thread: Attaching a DLL
View Single Post
Old 10-06-2007, 03:54 AM   #4 (permalink)
DJMaze
Senior Contributor
 
DJMaze's Avatar
 
Join Date: Mar 2005
Posts: 651
DJMaze is on a distinguished road
Well in Borland C++ it is only possible if you compiled the application staticaly using the sources.
Just debugging a DLL is much harder since you must compile and run the DLL itself by hooking the compile to a process.

There's also a way to debug the application and the DLL by putting both sources inside a project and debug the project as a whole.
__________________

UT: Ultra-kill... God like!
DJMaze is offline   Reply With Quote