|
-
Jan 5th, 2005, 02:55 PM
#1
Thread Starter
Hyperactive Member
What is COM
I feel so stupid. Can someone explain what COM and COM+ are? What about DCOM? Is they blanket terms for other things?
-
Jan 5th, 2005, 03:13 PM
#2
Lively Member
Re: What is COM
 Originally Posted by vbmom
I feel so stupid. Can someone explain what COM and COM+ are? What about DCOM? Is they blanket terms for other things?
What is com, well com is an way of programming which allows the reuse of code in any other programming lang.
For example an Com object could be written in C++, but it's members can also be used by VB(.net)/C#/Java etc etc
So com is nothing more than an way to create an universal interface to written code for use in any other lang that can handle com.
D(istrubuted)Com = Com+ (wel to keep it simple ;-) )
-
Jan 5th, 2005, 04:05 PM
#3
Thread Starter
Hyperactive Member
Re: What is COM
So an activeX dll created in VB can be considered a COM object?
And distributed COM, isn't that the ability to call functions in a COM object from across a network-not needing the DLL to live/be registered locally?
-
Jan 6th, 2005, 03:44 AM
#4
Lively Member
Re: What is COM
 Originally Posted by vbmom
So an activeX dll created in VB can be considered a COM object?
And distributed COM, isn't that the ability to call functions in a COM object from across a network-not needing the DLL to live/be registered locally?
Yes ActiveX = Com
and DCom (or Com+ as it's called now) is indeed an method to create instances of com objects on other computers thru an network.
-
Jan 6th, 2005, 10:21 AM
#5
Thread Starter
Hyperactive Member
Re: What is COM
That's always what I thought, I guess I am only familiar with creating VB activex dll's and using windows "com" libraries but never really thinking of them as COM. I think of everything as a library.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|