Re: getaddrinfo() & getnameinfo() on W2K
From: dave (dave_at_discussions.microsoft.com)
Date: 06/30/04
- Next message: AleksaDu: "Re: To change Wireless Zero Configuration settings"
- Previous message: Gisle Vanem: "Re: getaddrinfo() & getnameinfo() on W2K"
- In reply to: Gisle Vanem: "Re: getaddrinfo() & getnameinfo() on W2K"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 30 Jun 2004 12:39:03 -0700
"Gisle Vanem" wrote:
> "dave" wrote:
>
> > Does somebody know
> > if getaddrinfo() & getnameinfo() can be used on W2K ?
> >
> > When I'm using these functions there is error: unresolved external symbols
> >
> > Should I include links to Some.lib ?
> > or there are alternatives to these functions ?
>
> Do a "#include <wspiapi.h>" after <ws2tcpip.h> and you should be
> okay. Thus getnameinfo() translates to WspiapiGetNameInfo()
> which isn't IPv6 aware btw.
>
> --gv
>
Thanks for tip.
it builds without errors.
But I had include both
wspiapi.h and ws2tcpip.h
that come with SDK.
dave
- Next message: AleksaDu: "Re: To change Wireless Zero Configuration settings"
- Previous message: Gisle Vanem: "Re: getaddrinfo() & getnameinfo() on W2K"
- In reply to: Gisle Vanem: "Re: getaddrinfo() & getnameinfo() on W2K"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|