[Mono-dev] COM Interop, or something like it
Rafael Teixeira
monoman at gmail.com
Thu Aug 25 20:38:34 EDT 2005
AFAIK, there's no plans for COM-Interop or some other
bridging/wrapping technology. It's way easier to do things in reverse
(managed app calling native library) if it is possible. Also you can
experiment with remoting using a corba or ice channel but as with
COM-Interop performance will suffer greatly, and lifetime-managment
will bring many-many bugs to the plate, also.
Regards,
On 8/25/05, Ring, Kevin <kring at agi.com> wrote:
>
>
>
> Hello,
>
>
>
> In Microsoft's implementation of .NET, it is possible to expose a class
> written in C# via a COM interface. This makes it possible (perhaps even
> easy!) to instantiate C# objects and call methods on them from, say, a
> native C++ application.
>
>
>
> Does Mono have a capability like this? In looking around, I've found vague
> references to Corba and Bonobo interop, but no specifics. It doesn't matter
> much to me what specific technology is used, I'd just like an easy way to
> instantiate managed objects and interact with them from a native C++
> application. I know I can embed Mono, and call methods that way, but it
> seems very cumbersome compared to COM interop. Is there a better way?
>
>
>
> Thanks!
>
> Kevin Ring
>
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
>
--
Rafael "Monoman" Teixeira
---------------------------------------
I'm trying to become a "Rosh Gadol" before my own eyes.
See http://www.joelonsoftware.com/items/2004/12/06.html for enlightment.
It hurts!
More information about the Mono-devel-list
mailing list