Re: memory leak on windows

2012-03-04 Thread Igor Chetverovod
2012/3/2, Gaetano Guerriero : > Greetings, > this code leaks memory on Windows XP until the program crashes after some > minutes: > === > #include "gtk/gtk.h" > > static gboolean progressbar_pulse(gpointer data) { > gtk_progress_bar_pulse(GTK_PROGRESS_BAR(data)); > retur

Re: Compiling for Win XP SP1

2012-03-04 Thread Igor Chetverovod
Hi Lucas, II am writing GTK+2.16 applications under Win XP2. They are working without issues on very old laptops with Win 2000. So I think you should investigate your instalation file set. May be it does not contain some necessary libs. Best regards, Igor 2012/3/4, Lucas Levrel : > Hi, > > T

Re: gtk+ 2.24 installation problems

2012-03-04 Thread Roger Davis
On Sun, 4 Mar 2012, jcup...@gmail.com wrote: Oh dear, I think you may have broken your system. You've overwritten files which were being run by your package manager with your own copies. This will break updates and may well cause other programs you haveinstalled to start crashing mysteriously.

Re: gtk+ 2.24 installation problems

2012-03-04 Thread Michael Torrie
On 03/03/2012 08:10 AM, Roger Davis wrote: > Sleeping on things overnight I'm thinking the best option may be to > go back to the default configure options, let all the new packages > dump their stuff in /usr/local, and adjust my environment as > necessary to pick up those libraries, etc., in advan

Re: Compiling for Win XP SP1

2012-03-04 Thread Lucas Levrel
Hi, Thanks for your answer. Le 28 février 2012, Raja Mukherji a écrit : What sort of error are you getting? I found that installing the Visual C++ 2008 Redistributable Package was necessary to run the app on Windows XP SP1. Windows XP SP2 and newer seem to have it installed already. I don't k

Re: gtk+ 2.24 installation problems

2012-03-04 Thread jcupitt
Hi Roger, On Saturday, 3 March 2012, Roger Davis wrote: > I then downloaded those sources and first built glib 2.27.93 with a > simple './configure --prefix=/usr; make; make install;'. That went fine, Oh dear, I think you may have broken your system. You've overwritten files which were being run