Francois Gouget <[EMAIL PROTECTED]> writes: > On Wed, 3 Dec 2003, Dimitrie O. Paun wrote: > >> On December 2, 2003 11:10 am, Brian Vincent (C) wrote: >> >>> It came out shortly after as an add-on and was likely >>> first included in OSR2. >> >> Not a big deal, we'd be hard pressed to find a Win95 pre >> OSR2 system these days anyway. We can live with it. > > I have one! > It would be a good platform for tests too. > > Why not simply link against/use the original 32bit winsock > library, wsock32.dll? It does not support raw sockets and > some other advanced functionalities but that should not be > a problem. No?
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... Thanks, Feri.