[Mono-list] Is there something like a 32bit emulation mode on OS/mono 64 ?

Robert Jordan robertj at gmx.net
Tue Apr 6 09:38:51 EDT 2010


On 06.04.2010 15:09, sabba wrote:
>
> Hi,
> We are doing some tests of our happy running on win and mono 32bit ..
> the .NEt code runs fine but we have some problems accessing a native C dll
> that we would like not to rebuild for 64 bit.
>
> I'm quite confident with .NET execution on win 64 OS : on WIN i can compile
> with the x86 setting and the .NET code will run in 32bit emulation mode.

The code will not run in 32-bit emulation mode. It will be executed
by a 32-bit MS.NET which is installed side-by-side on every
64-bit system.

> I'm quite ignorant on the this topic on MONO.
> Is there something like that on mono on 64 bit OS ? Should i install o 32
> bit version of mono on the 64bit OS .. or what ?

It's the same as under Windows up to the fact that you must
install a parallel 32-bit version of Mono yourself.

Robert



More information about the Mono-list mailing list