I'll not comment on all the code, but a few general pointers:

- get the 1.1.8 tarball from the website, it is better than 1.1.7
(although probably not make any immediate difference to your problems
right now.) And trivially easy to install. 

- this is threaded code, but I don't see any occurences of the
"volatile" keyword. I always like to see some volatiles in threaded
code...

- I reiterate *strongly* the caveats about GUI objects in any thread
other than the main thread. Don't. In particular, any code that creates
or destroys GUI objects *must* be in the "main" thread for correct
operation...



 

SELEX Sensors and Airborne Systems Limited
Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 
3EL
A company registered in England & Wales.  Company no. 02426132
********************************************************************
This email and any attachments are confidential to the intended
recipient and may also be privileged. If you are not the intended
recipient please delete it from your system and notify the sender.
You should not copy it or use it for any purpose nor disclose or
distribute its contents to any other person.
********************************************************************

_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to