Results 1 to 3 of 3

Thread: [RESOLVED] VB6 DLLs

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2005
    Posts
    120

    Resolved [RESOLVED] VB6 DLLs

    I have a project and that project using 9 DLLs which also created in VB6. Some of the dlls are referenced each other. The problem is that whenever i rebuild any DLLs after updating some code all the dll and the main EXE drop the reference of newly created DLL so i have to create all the dll again by giving new refrence to DLL. how can i avoid this?. is there any way so that i have to deploy only that DLL which i have recently updated without g etting DLL error?

  2. #2
    PowerPoster Deepak Sakpal's Avatar
    Join Date
    Mar 2002
    Location
    Mumbai, India
    Posts
    2,424

    Re: VB6 DLLs

    Use 'Binary Compatibility'. This is the one you need to get comfortable with. This is the one that allows you to make changes to your component without recompiling every application you've made that uses the component. You can find this option in Project Properties window - Component tab.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jun 2005
    Posts
    120

    Re: VB6 DLLs

    thanks Deepak ... you saved my time...

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