http://blog.youkuaiyun.com/visualassist4680/article/details/5661940
|
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. JirkaMore:
http://hi.baidu.com/mtkcpp/blog/item/e81fd669455921e7421694d1.html