Uploaded image for project: 'Log4cxx'
  1. Log4cxx
  2. LOGCXX-307

The entry point freeaddrinfo can not be located in WS2_32.dll under Win 2000 at startup

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Invalid
    • 0.10.0
    • None
    • Build
    • 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

      Attachments

        Activity

          People

            carnold@apache.org Curt Arnold
            emovla Emil Vladov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: