On Sun, Feb 21, 2010 at 7:47 AM, Stifu <st...@free.fr> wrote:
>
> If I'm not mistaken, Mono can't build C++, but it should be able to run .NET
> C++ apps.

Only if they're pure CIL. If they're mixed-mode, i.e. contain both
native and CIL code in the dll/exe, then Mono can only run them on
Windows or Wine.

Unfortunately most C++/CLI is mixed-mode; although it's possible to
run C++/CLI in CIL-only mode, that not very common, as managed/native
interop is the main reason to use it.

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

Reply via email to