September 23rd, 1999, 04:15 AM
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
Iam using that in MFC Appln,i want to debug through the server code.
Pl.Help
|
Click to See Complete Forum and Search --> : Debugging Component September 23rd, 1999, 04:15 AM 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 PUH September 23rd, 1999, 07:43 AM 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 codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |