Re: Some questions about COM

From: Kurt Krueckeberg (kurtk_at_pobox.com)
Date: 12/14/04


Date: Tue, 14 Dec 2004 14:31:44 -0600


> When you use the COM technology are you dependent that the operating
> system must support the COM technology?

  No, COM is a Component Object Model specification. It uses a interface
specification language called Microsoft IDL (MIDL) to describe component
interfaces. MIDL is an extension to the DCE's IDL, which predated MIDL.

  There is also a thin COM runtime library that is used to do things like
create components, delete them, allocate memory in a consistent manner, etc.

>
> When you use the COM(DCOM) technology is it possibly to use different
> plattforms.
> For example is it possibly to have the client on windows and the COM(DCOM)
> servern on another plattform then windows.
>
> I reading in a book and here it says "COM is an "industry-standard"
> software
> architecture supported by Microsoft, Digital Equipment Corporation, and
> many
> other companies.
>
> So for me it seems that the COM technology is not only bound to the
> Microsoft.
>
> So does COM(DCOM) support heterogeneous plattforms?

  As long as someone has implemented the COM specification/requirements. I
don't know if anyone has.

>
>
> //Tony

Microsoft has moved away from COM with the advent of .NET. A .NET
implementation for Linux is planned called Mono. See
http://www.mono-project.com/about/index.html.



Relevant Pages

  • Re: Microsoft Asleep At The Wheel Again: Missing the New Era of CAD
    ... I just learned Microsoft acquired Vexcel and Massive ... injection technology to inject an ad into the wallpape which is pasted to ... 3D graphics programming has been around for more than 20 ... platforms that natively support 3D vector graphics. ...
    (microsoft.public.dotnet.general)
  • Re: Some questions about COM
    ... ose of you who doesn't know the COM technology can stop reading here. ... In fact, OLE is a binary standard, so it ... > So does COMsupport heterogeneous plattforms? ...
    (comp.lang.cpp)
  • Re: USB-On-The-Go
    ... spotty upgrade support so we'll all have to buy new ... machines to get the technology. ... "Dick Grier" wrote in message ... > that Microsoft will support it, if and when the industry demands it. ...
    (microsoft.public.pocketpc)
  • Some questions about COM
    ... Those of you who doesn't know the COM technology can stop reading here. ... For example is it possibly to have the client on windows and the COM ... So does COMsupport heterogeneous plattforms? ...
    (comp.lang.cpp)
  • Re: Where can I get a replacement Window XP Home CD in UK (OEM gone bu
    ... need to contact Microsoft in the UK. ... Technology) went bust last year, so I can't go to them for support. ...
    (microsoft.public.windowsxp.general)

Loading