[omniORB] How to use omniORB from C#
Duncan Grisby
duncan at grisby.org
Thu Dec 14 16:53:10 GMT 2006
On Wednesday 13 December, "Meding, Olaf" wrote:
> C# code can call (unmanaged C++) code. Correct me if I am wrong, but my
> understanding is that this is done by turning the C++ code into some
> kind of DLL?
>
> So I wonder how much work it would be to turn omniORB into a DLL in such
> a way that it can be called by C# code.
I imagine it would be a huge amount of work. Not only would you have to
expose all the public API of omniORB, but you'd also need to expose
everything generated by omniidl.
[...]
> P.S. Yes, I know that there is also IIOP.NET.
I would imagine that's a far more sensible way of doing CORBA work from
C#.
Cheers,
Duncan.
--
-- Duncan Grisby --
-- duncan at grisby.org --
-- http://www.grisby.org --
More information about the omniORB-list
mailing list