I've got a need to get Ice working under Windows 2000. When I try to run some of the binaries or invoke some library API calls I get the error "The procedure entry point freeaddrinfo could not be located in the dynamic link library WS2_32.dll." So, I copied the WS2_32.dll from a Windows XP SP3 box to the Ice/bin directory on the Windows 2000 box. Then I got another error and copied another dll, and so on. Finally, it's to the point where it is missing something from ntdll.dll. That's a core kernel DLL and even copying that over does no good.
So, is there any way to get Ice working under Windows 2000? If I could find a version of Visual Studio that installs on Windows 2000 would compiling Ice on that platform work? What is the minimum version of Visual C++ required to compile Ice?
Thanks,
Isaac

Reply With Quote
