Results 1 to 3 of 3

Thread: com vs. active x

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2002
    Posts
    2

    com vs. active x

    Can someone please explain to me what the difference between these two (COM & ActiveX) is ? If I develop active x .exe's and .dll's in vb6 is this considered programming COM Objects? I'm a bit confused. Thanks.

  2. #2
    jim mcnamara
    Guest
    ActiveX is the Windows 95 name for OLE (COM) Objects.
    OLE2 Objects are called COM objects. They are just versions - really just old and new interfaces. IUknown was and is always in there, for example. OLE1 objects will still work with OLE2 servers because OLE2 servers still support the old OLE1 interfaces.

    This is all MS hype. The ActiveX term was introduced after Win95 came out. In fact it all works the same way, and OLE2 code can access old OLE1 objects.

    COM+ and DCOM are the next step - errrr.. level of confusion.
    DCOM works with COM servers that do not reside on your local machine, for example.

  3. #3
    PowerPoster Arc's Avatar
    Join Date
    Sep 2000
    Location
    Under my rock
    Posts
    2,336
    TO more clearly answer your question. COM IS ActiveX. They are one in the same
    -We have enough youth. How about a fountain of "Smart"?
    -If you can read this, thank a teacher....and since it's in English, thank a soldier.


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