CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2002
    Posts
    1

    Adding IP address to PC

    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!!

  2. #2
    Join Date
    Nov 2002
    Posts
    13
    Hi Gopi,
    The function AddIpAddress is valid for OS Windows 2000 and above. Can you list the compile error messages you are getting?

    -Raj

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured