On 9/11/06, Charles Kerr <[EMAIL PROTECTED]> wrote:
Mike Houwers wrote:
> Is it just me or did this release re-break Windows 2000 compatibility?
> The new releases have built and run fine under Windows 2000 for the
> last many, but 0.112 fails with the same old freeaddrin
Is it just me or did this release re-break Windows 2000 compatibility?
The new releases have built and run fine under Windows 2000 for the
last many, but 0.112 fails with the same old freeaddrinfo could not be
located in WS2_32.DLL.
Thanks,
mike
___
Well, whatever problem I was having downloading binaries appears to be
resolved, one way or another. No problems at all compiling and running
under Windows 2000 by following the README.mingw directions. No code
changes at all needed - just untar, build and run.
Downloading a test binary seemed to
d byte sequence in conversion inputAnd the download never progresses.I can see where this gets reported in the code, but not much more than that.
Can anyone else replicate this? I'd be glad to help troubleshoot in any way I can.Thanks,mike houwers
__
Getting closer to an easy Windows compile. Everything compiled cleanly with a few exceptions in socket-impl-gio.cc. A few small changes and it compiled and ran under Windows 2000! Here's a difffor what I changed:
26d25< 42c41< #define _WIN32_WINNT 0x0500---> #define _WIN32_WINNT 0x0501 71,72c70