September 29, 2004

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.

Posted by martinf at September 29, 2004 02:53 PM
Comments

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.

Posted by: John Luke at September 29, 2004 10:50 PM

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.

Posted by: Paco at September 30, 2004 04:24 AM