I want to use GetNetworkParams() from iphlpapi.dll,
to get dns server IPs.
I'm compiling with Borland 5.5 command-line, and its an app for
wide distribution, hopefully to be used on any
Win32 machine, but Win98 or better would do.
I notice on MSDN it says :
//
// Link with IPHlpAPI.lib
//
in the example code for GetNetworkParams()
Why do I get a linker error ?
Ive included iphlpapi.h, and have iphlpapi.lib in
c:\borland\bcc55\lib\psdk
thanks !
Start Free Trial