ran win32 mono with --mixed-mode , and mono crashed (when it hits the native code) with
* Assertion at ..\mono\metadata\marshal.c:7743, condition `mono_error_ok (&error)' not met
whereas without it, mono survives. so far all the incantation with mono, wine-mono is still the best (among win32 mono with or without --mixed-mode and native linux mono). Just behind .net .
-------------------------------------------- On Sat, 22/8/15, Hin-Tak Leung htl10@users.sourceforge.net wrote:
Subject: Re: different behaviors of mixed-mode assembly under .net/wine-mono/native mono. To: vincent@codeweavers.com Cc: wine-devel@winehq.org Date: Saturday, 22 August, 2015, 18:15
------------------------------ On Sat, Aug 22, 2015 5:07 PM BST Vincent Povirk wrote:
Is it possible to enable win32 mono's mixed mode
support at runtime,
or does it requires a re-compile?
I'm not sure, but I think there is a switch to
mono.exe.
You are right - it is hiding in plain sight - running "mono" on linux vs win32 mono under wine, withoout any options, dumps the brief usage info, and there is one line of difference between the two:
--mixed-mode Enable mixed-mode image support.
Thanks and I'll give it a try to see how it feels. I wouldn't know to look for it if I didn't know it exists.