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
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to