> Or is it possible to put the library into a command line > tool, the GUI > can call? Or into a separated programm and use IPC (Sockets, > Pipes,...) > to connect it to the GUI.
Ah, now that I quite like; put the fltk GUI in one process and talk to the MFC stuff in another process via some form of IPC (I like sockets for this.) Then we don't have to worry about what the thread interactions are and the process spaces are kept cleanly apart, no worry about MFC playing nicely with fltk. SELEX Galileo Ltd 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

