Using WinPcap in VC++ programs
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I am trying to include WinPcap library in one of my Visual C++ program and I am using Visual Studio 10 Ultimate. In the documentation it says To add a preprocessor definition, you must select Properties from the Project menu, then select C/C++ from the list control on the left, and under the category Preprocessor, you must add the definition under the Preprocessor Definitions text box. Project -> Properties -> C/C++ -> Preprocessor -> Preprocessor Definitions-> Added WPCAP I have performed this step successfully, then To add a new