Do you have a client that uses your dll ?
If so then if the client is a exe file then you use your dll project as normal and run the debugger. When the debugger ask in what debug mode you want to run you choose a module to run (your exe). Browse for your exe file and now you dll file is included in the debugger.
Hope it works for you.
/Andla
Main Topics
Browse All Topics





by: robpittPosted on 2001-04-03 at 07:58:28ID: 5982891
Is running it through the normal MSVC debugger not viable?
If not then yes I guess you'll have to resort to tricks such as logfiles and message boxes.
You might want to have these be conditional on some external setting (e.g. a registry setting).
Rob