"Peer-Timo Bremer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] ........ > Unfortunately, this is not an option because I need to share memory > between the threads and cannot afford to transfer data via a socket or the > like. >
You can try to call fltk::wait() from inside of your own main loop. This is what fltk::run() is doing anyway. Alex. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

