Results 1 to 5 of 5

Thread: [RESOLVED] ActiveX DLL

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Apr 2003
    Location
    The Future - Skynet
    Posts
    1,157

    Resolved [RESOLVED] ActiveX DLL

    I created an ActiveX DLL for a Window Explorer Context Menu. It is working but when I tried to recompile it again, it would not let me.

    I tried to unregister it, it allows me but will not let me delete it because it said that it is in use.

    Anyone know how to recompile with out having to reboot the computer?

    Thank You
    I'll Be Back!

    T-1000

    Microsoft .Net 2005
    Microsoft Visual Basic 6
    Prefer using API

  2. #2
    Frenzied Member
    Join Date
    Nov 2005
    Posts
    1,834

    Re: ActiveX DLL

    Close all open windows before recompiling. If for example you go to "C:\" in Windows Explorer and right-click on a file, then Windows Explorer uses the dll. Close that window and recompiling should work fine.

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Apr 2003
    Location
    The Future - Skynet
    Posts
    1,157

    Re: ActiveX DLL

    Chris, I tried this before you posted but it did not work.

    But after your post, I decide to try it again and it worked.

    The difference between the two times is that the first time, I unregister it in Window Explorer and then closed the Window Explorer. That did not work because as long as the window is still open, it will not release it.

    When you post, it made sense, so I closed the window and unregister from RUN command line.

    Thanks Chris
    I'll Be Back!

    T-1000

    Microsoft .Net 2005
    Microsoft Visual Basic 6
    Prefer using API

  4. #4
    Frenzied Member
    Join Date
    Nov 2005
    Posts
    1,834

    Re: [RESOLVED] ActiveX DLL

    You're welcome. You don't have to unregister the DLL before recompiling it again. Simply closing all open windows should be enough.

  5. #5

    Thread Starter
    Frenzied Member
    Join Date
    Apr 2003
    Location
    The Future - Skynet
    Posts
    1,157

    Re: [RESOLVED] ActiveX DLL

    You are correct.
    I'll Be Back!

    T-1000

    Microsoft .Net 2005
    Microsoft Visual Basic 6
    Prefer using API

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