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



_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to