[Gtk-sharp-list] Gtk#, gmcs, and Windows
Chris Lee
chris at lee-gertner.net
Wed Apr 18 18:04:54 EDT 2007
Hi --
I'm now trying to get a smaller program running with Gtk# on windows, a
simple graphing widget (I was using NPlot-gtk-0.9.9.2, but it wasn't
working on Windows due to calls to gdk_x11_*). I'm trying to do very
simple stuff, and for now compiling with mono-1.2.3 on linux using gtk#
1.0 and then running the .exe with mono-1.2.3 on windows.
I'm getting a crash in unmanaged call gtk_widget_show_all() right after
I make my widgets, when I call ShowAll on my top-level window, before
the program gets to Application.Run().
I'm using no threads now, but I am compiling with gmcs. I'm using .Net
2.0 only for the generics.
Is using gmcs my problem? Is this not yet stable with Gtk# on windows?
Thanks,
-Chris
More information about the Gtk-sharp-list
mailing list