[Mono-dev] Re: Mono-devel-list Digest, Vol 11, Issue 85

Jonathan Pryor jonpryor at vt.edu
Fri Mar 31 06:55:36 EST 2006


On Thu, 2006-03-30 at 22:55 -0800, Jason S wrote:
> What I would like to see, is a nice way of interoping from a native C
> ++ program into Mono.

As you mention, Microsoft's solution is C++/CLI.  There isn't likely to
be C++/CLI support for Mono any time soon.

However, Microsoft has another solution for C++/managed code
integration: COM Interop - the C++ code uses managed code as if they
were COM objects.

Furthermore, Jonathan Chambers has been working on COM Interop support
for Mono, with the idea of expanding it for Mozilla XPCOM integration
and other object systems.

You might be able to (1) help him, and (2) make use of this
infrastructure to permit better C++ integration.

See also:

http://lists.ximian.com/pipermail/mono-devel-list/2006-March/017690.html

 - Jon






More information about the Mono-devel-list mailing list