On Wed, 3 Dec 2003, Ferenc Wagner wrote: [...]
Sure, we need very basic functionality only: socket, connect, send and recv for TCP streams. It's just I didn't find any documentation on it. Can you recommend something? Or just change the version to MAKEWORD(1,1), don't #include <winsock.h> and link against wsock32 instead of ws2_32? Is it supported on each Windows version? Lots of questions...
I believe you should have nothing to change except linking with wsock32.dll insted of ws2_32.dll. But I believe you already sent a patch so it seems to just work<g>.