Giter Club home page Giter Club logo

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 17, 2024
Requirements for freeaddrinfo are Windows 2000 Professional, Windows 2000 
Server or
later. So in theory it should be there. 

But, as MSDN says "The FreeAddrInfoW  function is the Unicode version of
freeaddrinfo. The FreeAddrInfoW function was added to the Ws2_32.dll  in 
Windows XP
with Service Pack 2 (SP2). The FreeAddrInfoW  function cannot be used on 
versions of
Windows earlier than Windows XP with SP2."

I suppose this problem is related to FreeAddrInfoW.

Original comment by [email protected] on 9 Mar 2010 at 5:42

  • Changed state: Accepted

from crashrpt.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 17, 2024
Oops.. I missed this piece of text "To execute an application using this 
function on
earlier versions of Windows (Windows 2000, Windows NT, and Windows Me/98/95), 
then
you must include the Ws2tcpip.h file and also include the Wspiapi.h  file. When 
the
Wspiapi.h include file is added, the freeaddrinfo  function is defined to the
WspiapiFreeAddrInfo inline function in the Wspiapi.h  file. At runtime, the
WspiapiFreeAddrInfo function is implemented in such a way that if the 
Ws2_32.dll or
the Wship6.dll (the file containing freeaddrinfo in the IPv6 Technology Preview 
for
Windows 2000) does not include freeaddrinfo, then a version of freeaddrinfo is
implemented inline based on code in the Wspiapi.h header file. This inline code 
will
be used on older Windows platforms that do not natively support the freeaddrinfo
function."

http://msdn.microsoft.com/en-us/library/ms737931%28VS.85%29.aspx

I think this issue can be fixed by including those headers.

Original comment by [email protected] on 9 Mar 2010 at 6:12

from crashrpt.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 17, 2024
That does the trick.  Thanks!

Original comment by [email protected] on 9 Mar 2010 at 4:25

from crashrpt.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 17, 2024
Fixed in v.1.2.2

Original comment by [email protected] on 23 Mar 2010 at 5:36

  • Changed state: Fixed

from crashrpt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.