I am looking into IPv6 enablement on my client application, so I'm
doing things like replacing gethostbyname with getaddrinfo. Currently
I am still connecting to an IPv4 address, and getaddrinfo returns
successfully on the Pocket PC 2003 emulator and WinCE .NET emulator,
but not the STANDARDSDK emulator. For the latter, getaddrinfo is
returning an error 8 (EAI_NONAME I believe). Is this a bug? Isn't
IPv4 functionality supposed to be retained?