
11-22-2001, 09:26 PM
|
|
Iron-Fisted Programmer
Retired Moderator * Guru *
|
|
Join Date: Jul 2001
Location: Fayetteville Arkansas USA
Posts: 18,127
|
|
Re: COM
|
COM is the framework that defines Object Oriented Programming in the
Windows environment. It encompasses ActiveX and OLE Automation.
When you create an ActiveX component, you are using COM. However,
most people create ActiveX components without really understanding what
they are doing, or what is happening behind the scenes. To honestly say
you know COM, you should understand and be able to explain (at least a
little) the difference between early and late binding, how to use the
the Implements keyword, the difference between in-process and out-of-
process servers, the difference between no, project, and binary
compatibility, what GUIDs, CLSIDs, and IIDs are, and some understanding
of DCOM and remote servers.
|
|