I want to write a program which will add IP addresses to my network adapter. I am using the windows api AddIpAddress. I am unalbe to compile my program though I have iphlpapi.h and iphlapi.lib files. Can anyone help me out please!!
Printable View
I want to write a program which will add IP addresses to my network adapter. I am using the windows api AddIpAddress. I am unalbe to compile my program though I have iphlpapi.h and iphlapi.lib files. Can anyone help me out please!!
Hi Gopi,
The function AddIpAddress is valid for OS Windows 2000 and above. Can you list the compile error messages you are getting?
-Raj