[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [GNUnet-developers] [Windows] gnunet-gtk
From: |
N. Durner |
Subject: |
Re: [GNUnet-developers] [Windows] gnunet-gtk |
Date: |
Mon, 15 Mar 2004 17:51:02 +0100 |
>> No, it's a Windows specific problem.
>
> How so?
Because the issue is described in README.win32 only.
> GTK is not thread-safe, on any platform. If you want to
> access GTK/GDK functions from multiple threads, you'll have to do the
> locking yourself (see the Gtk+ FAQ).
gnunet-gtk uses the mechanisms described in the FAQ ("5.2. Is GTK+ thread
safe?"), I guess this is why it works under Linux...
Nils