At 02:10 PM 5/7/98 -0400, you wrote:
>>>>> "Andy" == Andy Piper
<andyp(a)parallax.co.uk> writes:
Andy> You evidently don't have the hacked msg select(). I would be
Andy> interested to know if you can make this work. Try putting
Andy> #include <winsock.h>
Andy> at the top of the file.
Hmmmm... No good, I would say. The result attached in *compressed*
format.
Hmm, cygwin docs say that winsock.h can't be used with select.
Hmm, try
typedef unsigned int SOCKET;
instead.
andy