Hello,
Using VS 2012 (C, C++), I can use some of the IP Helper APIs, but some gives me compilation errors.
For example, GetAdaptersAddresses(...) the compiler doesn't recognize the API nor its structures parameters.
I have "#include <iphlpapi.h>" in my source.
Can anyone help?
Tnx