Just a small additon re. the NetAccessor:

----- Original Message -----
From: <[EMAIL PROTECTED]>
> >(3) What is the XML_USE_NETACCESSOR_WINSOCK?  What does this do?
> I use this define in my project settings but I'm not sure what it's
good
> for.

Normally, each platform may choose between a few different "net
accessors" (i.e. what method to use when getting content over the
wire). The UNIX boxes specifies this at runConfigure time.

If you look in util/Platforms/Win32/Win32PlatformUtils.cpp you see
that Win32 has support for either the WinSock NetAccessor (default,
uses the MS winsock DLL) and libWWW (optional, uses the W3C library,
define XML_USE_NETACCESSOR_LIBWWW).

I can't tell you if libWWW is supported/tested on Win32. WinSock is
probably sufficient for most Win32 users.

Regards,
 Martin


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to