Paco

Paco

Francisco T. Martinez

Paco's Blog

Gtk# Win32 Runtime Completed and Ready for Use

Well, I just got done testing the Gtk# Runtime on Win2K Pro configured with the MS .NET Framework Runtime (not the SDK) and ran the Gtk# GtkDemo app on it with my favorite "Dora the Explorer Back Pack" test. I run Pixbuf test and it looks like the swirling items that come out of Dora's backpack.

Let me know if you run into any problems.
Comments: Gtk# Win32 Runtime Completed and Ready for Use

Hey Paco,
The GtkDemo works unchanged on win32, or did you have to hack it? Last time I tried it on win32 I dont think the background was getting drawn right on that sample.

jluke, no, I did not alter it. The difference is between the underlying GTK+ 2.4 vs GTK+ 2.2. You see it is a mixed bag, if I use GTK 2.4 then Pixbuf has the background problem but the image loading example loads without crashing. If I do 2.2.4, then the reverse is true.