On 05/07/07, Hugh McMaster wrote: > How did you get around the dependence on Unix sockets? I looked > through some of sources, but couldn't find any dependence on winsock > either.
Hmmm. I included winsock2.h (renamed to socket.h). Another issue. MSG_WAITALL is not defined (according to my Msys/MinGW), but is defined according to the sources in sanei_tcp.c, as 0x08. I have had to define it separately, without reference to an ifdef structure. Could you please check this? Regards, Hugh