Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Invalid
-
0.10.0
-
None
-
None
-
Windows 2000, Visual Studio 2008
Description
When running application that uses the log4cxx.DLL under Windows 2000, reports the above error.
This MSDN article points to the fix:
http://msdn.microsoft.com/en-us/library/ms737931.aspx
This is the apr.hw file after the fix with the #include <Wspiapi.h> added:
#ifndef _WIN32_WCE
#include <winsock2.h>
#include <mswsock.h>
#include <ws2tcpip.h>
#include <Wspiapi.h>
#include <tlhelp32.h>
#else