CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2001
    Posts
    8

    Debugging COM add-in

    Hi all,

    Is it possible to use VB6 debugger to step through the code of an Outlook COM add-in (I am
    writing in VB6)? How?

    Thanks for nay help,
    JD


  2. #2
    Join Date
    Dec 1999
    Location
    Dublin, Ireland
    Posts
    1,173

    Re: Debugging COM add-in

    Doesn't it work if you set up the COm project as "Binary Compatible", set the code running and then open Outlook.
    That's how I debug COM objects called by other VB programs...

    HTH,
    Duncan

    -------------------------------------------------
    Ex. Datis: Duncan Jones
    Merrion Computing Ltd
    http://www.merrioncomputing.com
    '--8<-----------------------------------------
    NEW -The printer usage monitoring application
    '--8<------------------------------------------

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