Results 1 to 3 of 3

Thread: Question on Dll types - Resolved

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2003
    Location
    England
    Posts
    13

    Question on Dll types - Resolved

    Ok, what is the difference between a standard dll, activeX dll and a COM dll.......this is a question not the start of a cheesey joke!

    Cheers!
    Last edited by VisBeg; Aug 7th, 2003 at 08:09 AM.

  2. #2
    Guru Aaron Young's Avatar
    Join Date
    Jun 1999
    Location
    Red Wing, MN, USA
    Posts
    2,177
    Basically:

    A Standard DLL generally refers to a Windows DLL (normally written in C)
    which is a collection (library) of subroutines/functions
    a good example of Standard DLL's are the Windows API's.

    An ActiveX/COM DLL are the same thing (also sometimes referred to as OLE Automation),
    these DLL's are Class Libraries containing Component Object Models that can be instanciated and used,
    a good example of ActiveX/COM DLL's are the Word/Excel/Outlook Object Libraries
    which allow you to create and manipulate instances of Word, Excel and Outlook.

    VB is only capable of creating ActiveX/COM DLL's (or Servers - EXE's) but not "Standard" DLL's.

  3. #3

    Thread Starter
    New Member
    Join Date
    Mar 2003
    Location
    England
    Posts
    13
    Cheers!

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