Discussion:
Debugging a DLL
(too old to reply)
King Coffee
2007-09-17 13:16:12 UTC
Permalink
Hi,
I created a dll project in VC++ 2005 Express for an application in which I
do not have the source code. I want to debug the dll via the VC++ IDE. How
do I specify the host application program to the dll project for debugging?
Thanks, King
Scott McPhillips [MVP]
2007-09-17 14:02:51 UTC
Permalink
Post by King Coffee
Hi,
I created a dll project in VC++ 2005 Express for an application in which I
do not have the source code. I want to debug the dll via the VC++ IDE. How
do I specify the host application program to the dll project for debugging?
Thanks, King
I don't have Express, but if it is the same as the pro versions you can fill
in the host app to run at Project, Properties, Configuration Properties,
Debugging. You type the path to the host exe on the 'Command' setting.
Loading...