Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Developing COM components on Linux using CDT(Can we use CDT to develop COM project on Linux)
icon5.gif  Developing COM components on Linux using CDT [message #1715795] Thu, 26 November 2015 10:32 Go to next message
gaurav dubey is currently offline gaurav dubeyFriend
Messages: 1
Registered: November 2015
Junior Member
Hi..

Am about to start a coding assignment which involve developing modules based on COM (Component Object Model) on an Linux box most likely UBUNTU 14.

I have done similar work on Windows earlier (using Visual studio 2012) but not sure if this can be accomplished on Linux machine using CDT.

From CDT tutorials I can't see any straight away project template that is meant for ATL COM support.

Please suggest if the above combination can work i.e. Linux + ATL COM + Eclipse CDT

Kind regards..
Re: Developing COM components on Linux using CDT [message #1716066 is a reply to message #1715795] Mon, 30 November 2015 22:56 Go to previous message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
I would think the real question is how do you do COM (a Windows protocol) under Linux? Doing so using Eclipse would be the second question.

A search for: "COM (Component Object Model) on a Linux box" got:
http://stackoverflow.com/questions/3063321/is-there-an-equivalent-to-com-on-nix-systems-if-not-what-was-the-nix-approa
A search for "atl com linux" turned up: http://stackoverflow.com/questions/16143110/how-can-i-use-com-atl-project-in-linux

So, how much functionality do you need and how much should it emulate COM?
Have you considered using DBUS?

Maybe running something like XPCOM under Wine or running a program in a virtual box running Windows?

EDIT:
IBM has a COM interface that works under UNIX, Linux, Windows:
http://www-01.ibm.com/support/knowledgecenter/SSFKSJ_7.5.0/com.ibm.mq.pro.doc/q002510_.htm
Something tells me it's not free.

[Updated on: Mon, 30 November 2015 23:03]

Report message to a moderator

Previous Topic:eclipse not compile
Next Topic:HelloWorld C executes badly
Goto Forum:
  


Current Time: Fri Apr 19 05:28:36 GMT 2024

Powered by FUDForum. Page generated in 0.43153 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top