Compiling for Win XP SP1

2012-02-24 Thread Lucas Levrel

Hi,

I'm writing a GTK+-based application for Win and Linux. One of my 
potential users only has XP SP1, and the current version of my app 
doesn't work there; I compiled it against GTK+ 2.24 under XP SP3.


I guess I should use an older version of GTK+. Which one?

Then:
- Where will I download it (headers+DDLs)?
- Where will I find the relevant documentation? (Or even better, a list of 
differences between this older version and the current one.)


Many thanks in advance.

--
LL
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Re: [win32]g_iochannel and USB

2012-02-24 Thread Michael Torrie
On 02/22/2012 06:35 AM, Manuel Ferrero wrote:
 I read the thread, now I know I have to link against the right version 
 of msvcrt.dll.
 But I'm compiling with MinGW and according what Tor Lillqvist said in 
 that thread it should work.
 I don't specify any path in my IDE, I just choose the MinGW gcc as a 
 compiler, so I assume I'm using the right DLL. How can I be sure?
 
 Still, I can't manage to create a giochannel with the handle I get from 
 the USB DLL CP210x_Open function.

Perhaps you need to use this tool on your exe to find out just what dlls
it is pulling in:  http://www.dependencywalker.com/

I have a strong hunch that the dll providing CP210x_Open is compiled
against a much newer version of msvcrt than GTK is.  Unfortunately that
is a problem because I'm not sure that mingw works with newer versions
of msvcrt, and you'd have to rebuild GTK probably as well.

___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list