How to debug an com server developed thro' ATL Wizard.
Iam using that in MFC Appln,i want to debug through the server code.
Pl.Help
Printable View
How to debug an com server developed thro' ATL Wizard.
Iam using that in MFC Appln,i want to debug through the server code.
Pl.Help
Hi,
choose Project/Settings.
Click Tab "Debug", and choose "additional DLLs"
in combo box.
Doubleclick on 1. free entry in the listbox underneath. Button "..." will appear to the right.
click it, and navigate to the dir. where the servercomponent is (Debug version, i.e. in Debug subdirectory!!!).
Attention: file extension only shows DLLs in browsewindow, so if you have an ActiveX control (.ocx) you would have to change it.
Click again on Category->General. Here choose your
Client-App. Now start debugsession (F5) and the clientapp will be started and you can debug in all dlls and ocx you entered above.
Hope that helps,
PUH