Results 1 to 4 of 4

Thread: how dlls link together

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Apr 2003
    Posts
    193

    Red face 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..

  2. #2
    PowerPoster
    Join Date
    Jul 2002
    Location
    Dublin, Ireland
    Posts
    2,148

    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.

  3. #3
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    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

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Apr 2003
    Posts
    193

    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
  •  



Click Here to Expand Forum to Full Width