CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    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




  2. #2
    Join Date
    Jul 1999
    Location
    Germany
    Posts
    130

    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
  •  





Click Here to Expand Forum to Full Width

Featured