[Mono-dev] c# / c++ interop question

Miguel de Icaza miguel at ximian.com
Fri Mar 10 11:33:37 EST 2006


Hello,

> > However, going from C++ to C#, I am using C++/CLI.
> 
> Another approach would be to port the entire C++ library to C++/CLI
> with /clr:safe (i.e. no unmanaged code).  The resulting assembly should
> run under Mono (and if it doesn't, makes a good test case :-).

It will also need a bunch of dllimport mappings and a few routines that
we do not have to be placed in support for this to work.

Miguel



More information about the Mono-devel-list mailing list