COM and Linux

Started by
1 comment, last by BradDaBug 21 years, 4 months ago
I once heard that COM wouldn''t work in Linux. Is that true? Isn''t COM just built on standard C++ stuff? C++ works fine in Linux, right?
I like the DARK layout!
Advertisement
quote:Original post by BradDaBug
I once heard that COM wouldn''t work in Linux. Is that true?

I have no idea if COM couldn''t work in Linux (I only know the concepts behind COM like things, not the specifics of COM), but I know it doesn''t (unless whatever is included in Winelib handles enough of it).

quote:Original post by BradDaBug
C++ works fine in Linux, right?

Of course.

If you want COM-like functionality, look into CORBA. There are a lot of CORBA libraries for unixes (some implement more than others).


COM is platform-indepented and can be implemented in a varity of languages.

COM works fine with Linux.
().".() ((T))- Eirik Moseng - (ö)$(ö)+---------------------------+| Senior Programmer, || Digital Entertainment AS || eirik@digiment.no || http://www.digiment.no || ICQ #21948459 |+---------------------------+

This topic is closed to new replies.

Advertisement