DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2301 Version: 1.3-current I guess I can try doing some test apps. Is all that's needed a TCP based program that tries to read/write a socket using add_fd() with its 'when' argument set to FL_READ/FL_WRITE/FL_EXCEPT? BTW, if you have regression test code already, post here and I'll use that to work from. I figure since TCP always involves a client/server, and win32 doesn't have fork(), I probably need to use threads to create a bidirectional situation for testing. Reading is almost always the situation folks use. I'm not sure I've ever needed write tests in add_fd() before. Link: http://www.fltk.org/str.php?L2301 Version: 1.3-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
