|
-
September 23rd, 1999, 04:15 AM
#1
Debugging Component
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
-
September 23rd, 1999, 07:43 AM
#2
Re: Debugging Component
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|