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
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
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.
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
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
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