Hi,
Your FAQ says you support Win2K. However after downloading the v7.0.8.7 beta from your website, I get an error, "The entry point getaddrinfo could not be located in WS2_32.DLL". From Microsoft regarding this error:
"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."
Are you going to continue to support Win2K? Also, please consider including a system requirements section in your manual and tutorial. I have trouble finding info about what OS's DVDFAB supports.
Thanks,
Tom
Your FAQ says you support Win2K. However after downloading the v7.0.8.7 beta from your website, I get an error, "The entry point getaddrinfo could not be located in WS2_32.DLL". From Microsoft regarding this error:
"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."
Are you going to continue to support Win2K? Also, please consider including a system requirements section in your manual and tutorial. I have trouble finding info about what OS's DVDFAB supports.
Thanks,
Tom
Comment