|
-
Apr 29th, 2008, 12:40 AM
#1
Thread Starter
Lively Member
[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?
-
Apr 29th, 2008, 01:57 AM
#2
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.
-
Apr 29th, 2008, 04:23 AM
#3
Thread Starter
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|