[Mono-dev] The impact of running dlls compiled with /platform:x86 on a x86_64 machine under mono (Mono-devel-list Digest, Vol 127, Issue 5)

Jo Shields directhex at apebox.org
Fri Nov 6 17:17:17 UTC 2015



On 06/11/15 10:28, Dan Liew wrote:
> On 6 November 2015 at 05:29, Rodrigo Kumpera <kumpera at gmail.com> wrote:
>> Mono ignores those settings and will run with the bitness it was compiled
>> as.
> 
> Okay, by "it" I presume you are referring to the target Mono was
> compiled for, not the target the application was compiled for.

Right. If "mono --version" reports a 64-bit architecture, *all*
assemblies are executed as 64-bit, regardless of /platform: flags at
compile time.


More information about the Mono-devel-list mailing list