Today, I am reading windows network and communicationProgramDesign, enter a program according to the example in the book, and the compilation result prompts:
Cannot open include file: 'lplpapi. H': no such file or directory
I found the iphlpapi. h file on the Internet, and the message "can not open file 'lplpapi. lib'" is displayed'
It is a fog, said to install what SDK, looking for a long time, find a connection that can be used, in the following posted: http://apps.hi.baidu.com/share/detail/18952922
Install the above method to fully install the SDK. In addition, the most direct method for importing similar library files such as iphlpapi. Lib in VC is:
1. Copy iphlpapi. lib to the project directory.
2. Project-> Add to project-> files and find the iphlpapi. Lib file.
Cannot open include file: 'lplpapi. H': no such file or directory (final solution)