[Mono-devel-list] handles and running 32 bit & 64 bit images at the same time

Dick Porter dick at ximian.com
Mon Aug 2 08:31:44 EDT 2004


On Fri, 2004-07-30 at 20:35, Bernie Solomon wrote:
> I have discovered that you can't run a 32 bit mono and 64 bit mono at the
> same
> time on the same machine (Solaris in my case). I suspect there is something
> in the shared .wapi files that isn't fixed in size properly.

I hadn't considered the case where sizeof of types can change on the
same machine.  The problem is that I use types like size_t in the
structs.  It should be possible to use configure to define a custom type
thats big enough in both 64bit and 32bit modes, even when building for
only 32bit.

- Dick






More information about the Mono-devel-list mailing list