Today, I wroteProgramAnd uses the lplpapi. h. This cannot be found during compilation. h file. I searched the internet and explained that the SDK was incomplete and required to be updated. however, the update SDK address of Microsoft has changed. I cannot find a new one.
However, I just installed C ++ Builder6. I remember that there was a help in it, that is, the SDK, so I went to its include and found it.
However, this lplpapi also needs to call two files:
Ipexport. h and iptypes. h
Note that you need to modify the iPhone API. H mainly
# Include <ipexport. h> to # include "ipexport. H"
# Include <iptypes. h> to # include "iptypes. H"
Then compile the. Lib file. Copy it from C ++ builder.
So I went on to Google and found a program that took the IP address. It would also use the iphlpapi. What's depressing is that it only contains the iphlpapi. Lib, and there is no iphlpapi. h.
Forget it. Put the two together. Haha, it's okay. It's compiled!
How can we share such things with others.
: Http://greenerycn.ys168.com/Public download iphlpapi.rar