imm wrote:
> FWIW, I think Greg has a named pipe example on his fltk cheat pages -  
> but I may be mis-remembering that...

        Yes, see:
        http://seriss.com/people/erco/fltk/#mkfifo

        Very unixy approach.
        The Windows approach would be different code.

        The most portable approach is using TCP, but if you're not
        already familiar with TCP, that might be a big learning curve
        into the wonderful world of networking. Nice thing about TCP
        is you can have events happen between processes that are on
        different machines.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to