Re: Initializing threads



On Tue, 2004-10-05 at 15:39, RAT wrote:
Hi, I'm new in threads and this is error that I have

GLib-ERROR **: The thread system is not yet initialized.

I'm just trying to create one threaded function with 

g_thread_create(read_func,NULL,FALSE,NULL);

Where's problem?


You didn't call g_thread_init().




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