Re: Does gtk have issues with STL?



On Mon, 2008-02-11 at 17:08 -0700, Michael L Torrie wrote:
> Paul Davis wrote:
> >   EITHER make GTK/GDK/X11 calls from a single thread only OR
> >   use GDK_THREADS_{ENTER,LEAVE} around every (group of) GTK/GDK/X11
> >   call(s).
> 
> This seems to crop up all the time.  From what I recall, the use of
> threads of any kind with GTK on Win32 is not supported,

win32 is sort of thread-safe but all events for a given window must be
handled by the thread that created the window. its an odd system if you
come from X11. this is true whether you use GTK or "native" win32 APIs.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]