Displaying 1 result from an estimated 1 matches for "getaddrinfo_all".
Did you mean:
getaddrinfo_a
2005 Dec 04
0
ws2_32.dll.getaddrinfo unimplemented?
Hi!
My application compiled in functions from PostgreSQL's libpq. IIRC, it
is function getaddrinfo_all() in file ip.c that calls getaddrinfo().
When the application starts, wine aborts with the message:
Call form <address> to unimplemented function ws2_32.dll.getaddrinfo
<address> here is some hex numbers which I don't remember.
This problem happens to versions 20050930, 0.9.1, an...