Re: [linux-audio-dev] LAAGA app client question

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-dev] LAAGA app client question
From: Paul Davis (pbd_AT_Op.Net)
Date: Wed Jul 25 2001 - 20:13:05 EEST


>Paul, I am trying to use FLTK instead of GTK, but I don't get it to work...
>It crashed inside X11 functions. I have seen this before, and it always
>was related to multithreading and FLTK not being threadsafe, but I don't
>understand how that could be a problem, since I run all fltk stuff in the
>main thread.
>
>main()
>{
> ... setup fltk, e.g Fl_Window w(200,200); w.show();
> laaga_client_t = laaga_open ("myname");
> ... setup laaga ...
> laaga_activate (client);
> Fl::run ();
> laaga_close (client);
>}
>
>Any suggestions?

send me the client source, and i'll try it out and try to understand
whats going on.

--p


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Wed Jul 25 2001 - 20:12:02 EEST