Results 1 to 5 of 5

Thread: [RESOLVED] Best Way to Debug ActiveX DLL Project

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 2006
    Posts
    23

    Resolved [RESOLVED] Best Way to Debug ActiveX DLL Project

    I have an activex DLL project that I need to step through code with. What is the best way to do this?

  2. #2

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Aug 2006
    Posts
    23

    Re: Best Way to Debug ActiveX DLL Project

    How do I set the references to that DLL and I need to set the compatability to project?

  4. #4

  5. #5
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Best Way to Debug ActiveX DLL Project

    Create a Group project with a test program and add in the ActiveXDLL project. You can execute your project (that calls the dll) and place break points in the ActiveXDLL project. You can even step through it.

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