|
-
Jun 14th, 2006, 09:10 PM
#1
Thread Starter
Addicted Member
how dlls link together
This is going to sound lame, but I could use some simple clarification. I am working on a project that has about 5 dlls involved. The main one is the Toolbar, it calls A or C, A call B, B call D. etc I was under the impression that DLLs, once compiled and registered were available as is. But I find that if I make a change in a lower DLL, ie B, then I have to recompile, A, then recompile Toolbar, in that order or the latest change won't be taken, actually I will get an error. Is this normal, seems like a lot of work every change. Also, when I deliver this application, what is the best way to do that, since I have about 5 DLLs under the main one. Thanks for patience..
-
Jun 15th, 2006, 03:32 AM
#2
Re: how dlls link together
Are you talking about ActiveX dlls?
If so, you need to make sure that they use the same GUID when you recompile them. IN VB6 you do this by checking the "Binary compatibility" box in the compile options.
-
Jun 15th, 2006, 05:20 PM
#3
Re: how dlls link together
If you are talking about .NET dlls, put them in the same solution/workspace and rebuild the entire solution when changing anything
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
-
Jun 15th, 2006, 09:35 PM
#4
Thread Starter
Addicted Member
Re: how dlls link together
I should have clarified, I am using Vb6 activex dlls. Sorry for being so vague.
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
|