Re: [Ironpython-users] run ipy.exe in 32-bit mode

2011-07-24 Thread Jeff Hardy
On Sun, Jul 24, 2011 at 2:43 AM, Kuno Meyer wrote: > Hi, > > What is the recommended way of running ipy.exe in 32-bit mode? > > ipy.exe should always run in 32-bit mode. ipy64.exe is AnyCPU, so it will run in whatever the native mode is (so ipy64.exe would run in 32-bit mode on a 32-bit OS). - J

[Ironpython-users] run ipy.exe in 32-bit mode

2011-07-24 Thread Kuno Meyer
Hi, What is the recommended way of running ipy.exe in 32-bit mode? This is relevant to us because part of our code relies on unmanaged 3rd party binaries that are only available in 32 bit. - There doesn't seem to exist a "ipy32.exe" executable - There doesn't seem to exist a -X:32 flag - Ther