[Gtk-sharp-list] Gtk# with .NET (on 64bit Windows)

Michael Hutchinson m.j.hutchinson at gmail.com
Fri Dec 4 18:15:27 EST 2009


On Fri, Dec 4, 2009 at 3:19 AM, Martin Brodbeck
<martin at brodbeck-online.de> wrote:
>> Yes, the Windows version of GTK# (and the bundled GTK+) are currently
>> only 32-bit, so they can't be used from a 64-bit .NET VM. You should
>> flag your exe as 32-bit using /platform:x86 which will make Windows
>> load it in a 32-bit VM.
>
> But this is not a (g)mcs compiler option (but csc), is it? I couldn't find out
> how to set this option with the mono compiler. Can you help me with that?

gmcs 2.6 and later supports it. You can also set it on Windows using
the corflags.exe tool from the .NET SDK.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Gtk-sharp-list mailing list