[Mono-dev] Testing Compatibility

Michael Hutchinson m.j.hutchinson at gmail.com
Sun Feb 21 13:27:12 EST 2010


On Sun, Feb 21, 2010 at 7:47 AM, Stifu <stifu at 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


More information about the Mono-devel-list mailing list