Hi, Tor and Ivan, Thank you for building and posting the GTK+2.6.1 for win32 port. The package was great, and I was able to use g_fopen() in the program. I built the project of gtk-demo (I call it gtk-demo_win32) with MS VC++ 7.3, and most of them are working except a couple of things.
So I want to provide some feedback. I know you still working on some issues of this release, and I am not sure the problem I am seeing was related to the issue you mentioned. After I started gtk-demo_win32 I was able to select the functions like "Button Boxes" and "Change Display" etc, which behaved the exactly same as gtk-demo which came with the installation of gtk+, and these functions were working. But When I selected "Images" from gtk-demo_win32, I got error a dialog box with error message: "Failure reading image file 'alphatest.png': Bad file descriptor". The image file exists on the right folder with other image files. I think the problem was caused by a kind of compatibility between cygwin (mingw) and msvc. Regards, Fanz -----Original Message----- From: Cui, Fanzhe Sent: Tuesday, January 11, 2005 8:17 AM To: 'Ivan Wong' Subject: RE: [Glade-devel] RE: Win32 port of GTK+2.6.1 Hi, Ivan, That's great! I am going to try that immediately. Cheers! Fanz -----Original Message----- From: Ivan Wong [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 8:00 AM To: Cui, Fanzhe Subject: Re: [Glade-devel] RE: Win32 port of GTK+2.6.1 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Cui, I just released the new installer: http://gladewin32.sourceforge.net However, as Tor said, he will apply a couple of important patches to the ~ official binaries. As soon as he makes a release, I will update the installer again. Rgrds, Ivan. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cui, Fanzhe Sent: Monday, January 10, 2005 1:59 PM To: Tor Lillqvist Cc: glade-devel@lists.ximian.com Subject: [Glade-devel] RE: Win32 port of GTK+2.6.1 Tor, Thank you for the descriptions on current GTK+2.6.1, and I am excited to hear that the GTK+2.6.1 win32 port will be release some time in the future. Do you have in your mind something about when win32 port will roughly be available. I am considering if I want to wait for the release or to try to build the win32 port by myself. Regards, Fanz -----Original Message----- From: Tor Lillqvist [mailto:[EMAIL PROTECTED] Sent: Monday, January 10, 2005 12:51 PM To: Cui, Fanzhe Cc: [EMAIL PROTECTED]; glade-devel@lists.ximian.com Subject: Win32 port of GTK+2.6.1 Cui, Fanzhe writes: > Does anybody know when the Win32 port will be posted on web, > or any ideas how to make it available? There are still a couple of relatively important (IMHO) open Win32 issues in the GTK+ 2.6.1 sources. As soon as they have been resolved (fixes committed), I will build and release Win32 binaries (i.e. a 2.6.1-timestamp snapshot unless 2.6.2 happens to be relased suitably). A warning to people thinking of building software for Windows against GTK+ 2.6.1: Plase read and ponder what it says in the README file: * GLib 2.6 introduces the concept of 'GLib filename encoding', which is the on-disk encoding on Unix, but UTF-8 on Windows. All GLib functions returning or accepting pathnames have been changed to expect filenames in this encoding, and the common POSIX functions dealing with pathnames have been wrapped. These wrappers are declared in the header <glib/gstdio.h> which must be included explicitly; it is not included through <glib.h>. On current (NT-based) Windows versions, where the on-disk file names are Unicode, these wrappers use the wide-character API in the C library. Thus applications can handle file names containing any Unicode characters through GLib's own API and its POSIX wrappers, not just file names restricted to characters in the system codepage. To keep binary compatibility with applications compiled against older versions of GLib, the Windows DLL still provides entry points with the old semantics using the old names, and applications compiled against GLib 2.6 will actually use new names for the functions. This is transparent to the programmer. When compiling against GLib 2.6, applications intended to be portable to Windows must take the UTF-8 file name encoding into consideration, and use the gstdio wrappers to access files whose names have been constructed from strings returned from GLib. * Likewise, g_get_user_name() and g_get_real_name() have been changed to return UTF-8 on Windows, while keeping the old semantics for applications compiled against older versions of GLib. I.e., if you construct file names from strings returned from GLib (g_get_user_name, g_dir_read_name, g_get_current_dir, etc), you *must* use the so-called gstdio wrappers (g_open, g_fopen, etc) with these file names. (No ifdefs needed, it doesn't to use the wrappers on Unix, too, although they don't do anything.) --tml _______________________________________________ Glade-devel maillist - Glade-devel@lists.ximian.com http://lists.ximian.com/mailman/listinfo/glade-devel _______________________________________________ Glade-devel maillist - Glade-devel@lists.ximian.com http://lists.ximian.com/mailman/listinfo/glade-devel