[vlc] Hanging (Mac)

John Michael Williams jwill at BasicISP.net
Wed Aug 18 18:44:48 CEST 2010


I'm still not able to run VLC in Windows 2000, probably only
because of the omission of two header files during the
developer builds:

#include Ws2tcpip.h
#include Wspiapi.h

It would be very helpful if someone on the team would
read the explanation why (below) and fix the problem.

I'll never "upgrade" my offline system to Windows XP, so
I may never be able to upgrade VLC beyond v. 1.1.x . . ..

>
> Found at http://support.microsoft.com/kb/955045
>
> Create a VC++ console-based application that links statically with MFC and execute it on the Windows Server 2000 (or earlier) operating system.
>
> Result
> You get a fatal error message:
> "The procedure entry point getaddrinfo could not be located in the dynamic link library WS2_32.dll"
> Cause
> The getaddrinfo (http://msdn.microsoft.com/en-us/library/ms738520.aspx)  function was added to the Ws2_32.dll on Windows XP and later.
> Resolution
> To execute an application using this function on earlier versions of Windows (Windows 2000, Windows NT, and Windows Me/98/95), then it is mandatary to #include Ws2tcpip.h and also Wspiapi.h. When the Wspiapi.h header file is included, the 'getaddrinfo' function is #defined to the 'WspiapiGetAddrInfo' inline function in Wspiapi.h. At runtime, the 'WspiapiGetAddrInfo' function is implemented in such a way that if the Ws2_32.dll or the Wship6.dll (the file containing getaddrinfo in the IPv6 Technology Preview for Windows 2000) does not include 'getaddrinfo', then a version of 'getaddrinfo' 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 'getaddrinfo' function.


-- 
         John Michael Williams
         jwill at BasicISP.net




More information about the vlc mailing list