How to set ip for network card with software?
-
If I want to set IP in my program,which API should I use,and how to use these API? thanks! by the way ,I found that there were not Iphlpapi.h in my PC when I want to use function AddIPAddress(XX) Don't look at me in that way!
-
If I want to set IP in my program,which API should I use,and how to use these API? thanks! by the way ,I found that there were not Iphlpapi.h in my PC when I want to use function AddIPAddress(XX) Don't look at me in that way!
well you do need to use the ip helper api package. If its not on your pc :confused: than you need to download/install the most recent SDK you can find. That should take care of it for you. Once you've done that you have access to a rich api that will let you take care of all that for you. Joseph Dempsey joseph_r_dempsey@yahoo.com "Software Engineering is a race between the programmers, trying to make bigger and better fool-proof software, and the universe trying to make bigger fools. So far the Universe in winning." --anonymous