Interleaved sockets with Windows

Hi everyone,

I'm trying to use the interleaved sockets with Windows (versus the
Asynchronous mode). I followed the instructions from the platform
webpage (http://www.w3.org/Library/User/Platform/WinDLL.html).
1. I undefine/remove the WWW_WIN_ASYNC as a preprocessor directive
2. I recompile all the DLLs (release & debug)

Compilation is fine but I when run an example such as the tiny browser
it crashes in the wwwutils DLL.

I was wondering if anybody had run the library without the asynchronous
mode.. in other word using the select() in the Event loop.. on Windows
platform?

Thanks
Eric

Received on Monday, 25 February 2002 19:13:54 UTC