Greg Ercolano wrote:
> Marcel's right -- since your data's coming in slowly during the popen,
> you'd either have to use a thread.. or you might be able to avoid threads
> by using Fl::add_fd() with popen() as shown here:
> 
>       http://seriss.com/people/erco/fltk/#add_fd
> 
> This is one of the few instances where add_fd() should work across platforms
> correctly.

Are you sure? IMHO under Windows the only working "fd"s are sockets.

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

Reply via email to