On Fri, Oct 13, 2006 at 03:32:06PM +0200, Marco Gubernati wrote:
> Well, my program works correctly if compiled, for example, with
> gcc-3.3.5 (on SuSe and Debian) or gcc-3.4.3 (on Ubuntu). If compiled
> with gcc-4.1.0
> (on the latest SuSe 10.1 release) (exactly the same code) the program
> crashe
Hi,
I have a simple GUI application written with wxWidgetsGTK-2.6.
Well, in practise there's one secondary thread that periodically updates
a text control object:
in terms of gtk api, it calls a gtk_text_buffer_insert, which, of
course, doesn't request for an immediate repaint of the screen,
but p