Results 1 to 2 of 2

Thread: [RESOLVED] problem with dll use

Hybrid View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 2010
    Posts
    377

    Resolved [RESOLVED] problem with dll use

    I have create a database connection dll successfully, registered the dll and it works well on using it with my vb6 application.

    Now here comes I have to update that dll, overwrite the old dll and register the dll again and use it on my project.

    However, it seems that the application cannot recognize that I have to remove the old dll from the reference and replace with the new dll and recompile it.

    How to solve this problem.

  2. #2
    PowerPoster
    Join Date
    Feb 2006
    Posts
    24,482

    Re: problem with dll use

    Sounds like a common problem. I suggest you read some of the many resources on the subject, several located within the VB6 manual you should have read thoroughly. Here are just a few:

    Binary Compatibility

    Visual Basic Binary Compatibility

    Maintaining Binary Compatibility

    How To Use Project and Binary Compatibility

    This is one of those things that separates the pro from the plinker.

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