Results 1 to 2 of 2

Thread: [RESOLVED] How to debug DLL's ?

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2007
    Posts
    1

    Resolved [RESOLVED] How to debug DLL's ?

    I've been asked to maintain a legacy VB6 library which is an issue because I'm not familiar with the visual studio 6 IDE. Here is my situation. I have an activeX dll project, and a standard exe project that exists only to test the dll.

    All was fine until something broke and I had to debug the dll, enter my quandry. I do not know how to debug an activeX DLL in VS6. Let me explain my adventure thus far. I made the DLL project then I set a reference to the DLL on disk within the exe project. I then Made the executable project. Next, In DLL project, I set the debugging start program to the executable. I then set breakpoints in the DLL project and ran it. None of the Break points are tripped. I'm clearly missing or mis-configuring a critical step. any insight would be appreciated. Thanks.

  2. #2
    PowerPoster jcis's Avatar
    Join Date
    Jan 2003
    Location
    Argentina
    Posts
    4,430

    Re: How to debug DLL's ?


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