|
From: Tor L. <tm...@ik...> - 2006-03-14 10:48:40
|
Cesc writes: > Yes, and in this page says that client support is for xp, 2k, nt, > 98 and 95... This is probably because the Microsoft-supplied headers in the Platform SDK contain code for a wrapper implementation that works on older OSes, too. getaddrinfo is present in ws2_32.dll only on XP and later. (There is nothing similar in the corresponding mingw header.) But anyway, it might be that what you really are looking for is DnsQuery(). --tml |