LibDump 规格严格

http://blog.csdn.net/visualassist4680/article/details/5661940

 

1 compile error - PMIB_ICMP_EX

I have the SDK installed correctly.
the sample app compiles fine but when i try to compile my own app i get a compile error in IPHlpApi.h because it thinks PMIB_ICMP_EX is not defined. IPHlpApi.h includes Iprtrmib.h which is where it is defined but it still gets the error. I see no pre-processor definitions that would exclude it either. Any help would be appreciated.

Jim

may be solution

Hi, I had the same problem. In SDK is new Iprtrmib.h which define PMIB_ICMP_EX. But in path for include in VC I had first path to directory whith old Iprtrmib.h (originally in VC6) without PMIB_ICMP_EX. You must replace Iprtrmib.h or change path. Jirka

More:

http://hi.baidu.com/mtkcpp/blog/item/e81fd669455921e7421694d1.html

http://ipmsg.blog.51cto.com/1051763/353632

http://gpoulose.home.att.net/

原文地址:https://www.cnblogs.com/diyunpeng/p/2320007.html