what is COM?

hie guys....anyone there with notes on COM...im beginner to COM...do help me.thank you.
closed account (z05DSL3A)
From MSDN
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
COM (Component Object Model) 

Purpose 
COM is a platform-independent, distributed, object-oriented system for 
creating binary software components that can interact. COM is the 
foundation technology for Microsoft's OLE (compound documents) and 
ActiveX® (Internet-enabled components) technologies, as well as others. 

Where Applicable 
COM objects can be created with a variety of programming languages. 
Object-oriented languages, such as C++, provide programming 
mechanisms that simplify the implementation of COM objects. These 
objects can be within a single process, in other processes, even on remote 
machines.

Developer Audience 
COM is designed primarily for C++ and Microsoft Visual Basic® developers. 


Run-time Requirements 
Runs on a wide variety of operating systems.
  

[http://msdn2.microsoft.com/en-us/library/ms680573.aspx]
Last edited on
thanks grey wolf.
Topic archived. No new replies allowed.