Results 1 to 2 of 2

Thread: Using Dlls

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Dec 1999
    Location
    Avinashi, TamilNadu, India
    Posts
    20

    Post

    Hi,
    I am using VB6.0. I'm having an Standard EXE Project. I'm having 4 ActiveX Dlls (each having a single class module and a module) and I referenced those dlls in that Std EXE Project.
    I want to know which one of the following is advantageous.

    1. Creating a Single Dll containing all Classes and the Modules.
    2. Creating separate Dlls as I did.

    Thanx for any help

    Sujatha

  2. #2
    Addicted Member
    Join Date
    Jan 2000
    Location
    Oshkosh, WI
    Posts
    163

    Post

    There is no simple answer to your question. My own rule of thumb is to group like things together in one dll. The purpose of using dlls is to promote reuse of code. If you have three dll's that are always used together then it might make sense to put them in the same dll. However, if you often you one or more of the dlls without using the others, than you proably want to keep them seperate.

    I hope this helps, Like I said earlier is not a simple yes or no answer

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