[omniORB] Unresolved token problem

Luke Deller ldeller at xplantechnology.com
Thu Apr 5 11:13:33 BST 2007


Yes omniorb only supports native C++ not managed C++.  These are essentially two different languages which target completely different platforms.  I think it is confusing that the same compiler supports both of these, and doubly confusing that this compiler's name contains the brand ".NET".

If you're trying to write something for the .NET runtime which integrates with an existing CORBA service, you might like to check out:
http://iiop-net.sourceforge.net/

For a system which is exclusively written for the .NET runtime, you'd be better off using the SOAP-based distributed object model that is integrated with .NET

Regards,
Luke.

-----Original Message-----
...
I am indeed building a managed code project. Omniorb was chosen because
the documentation on the sourceforge website indicated that it supported
Visual C++ version 5 and greater.
It didn't occur to us that this would be exclusive of the .NET
environment, since MS seems to tie them together pretty tightly.

Sigh. 
**********************************************************************************************
Important Note
This email (including any attachments) contains information which is confidential and may be subject to legal privilege.  If you are not the intended recipient you must not use, distribute or copy this email.  If you have received this email in error please notify the
sender immediately and delete this email. Any views expressed in this email are not necessarily the views of XPlan Technology.

It is the duty of the recipient to virus scan and otherwise test the information provided before loading onto any computer system.
Xplan Technology does not warrant that the information is free of a virus or any other defect or error.
**********************************************************************************************



More information about the omniORB-list mailing list