- From: Karl-Otto Linn <linn@informatik.fh-wiesbaden.de>
- Date: Sun, 03 Sep 2000 09:43:21 +0200
- To: www-lib@w3.org
Hi, did anyone of you discover that only some of the examples in the library work OK under win32. It seems to me that those examples using the eventloop, work fine (i.e. isredirected.c) and others like head.c don't. I have the impression that this behavior is new since libwww 5.3.1 regards Karl-Otto ********************************************************** I'm using a static version of libwww (slibwww) and MS Dev Studio 4.2 . The only thing I had to do to get the 5.3.1-Version of the library was to change " #include <winsock.h> " to " #include <winsock2.h> " in wwwsys.h. These are the compiler switches I use: /nologo /G5 /MT /W3 /GR /GX /O2 /D "WIN32" /D "_CONSOLE" /D "_WINSOCKAPI_" /D "WWW_WIN_ASYNC" /D "NDEBUG" /Fp"Release/slibwww.pch" /YX /Fo"Release/" /c
Received on Sunday, 3 September 2000 03:40:37 UTC