Results 1 to 10 of 10

Thread: [RESOLVED] DLL - Class or Module?

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2010
    Location
    Connecticut
    Posts
    1,687

    Resolved [RESOLVED] DLL - Class or Module?

    What's up?

    I am creating a couple of DLLs and was wondering on what others' opinions were.

    I used to create DLLs with classes. I just made one with a module, works well.

    It actually seems to be the best choice if the DLL is going to encapsulate functions and not really relate to any one specific thing (object).

    If you use a module you don't have to instantiate it. Making a class and marking every public method static seems silly, no?

    Any opinions?
    Last edited by MarMan; Aug 5th, 2010 at 11:35 AM. Reason: missed a word
    VB6 Library

    If I helped you then please help me and rate my post!
    If you solved your problem, then please mark the post resolved

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