windows - Libtorrent 1.1 unresolved external symbol if_nametoindex -


i trying make works libtorrent on vs2015 boost 1.60. built both , trying build example "simple_client" libtorrent unfortunately shows me:

unresolved external symbol if_nametoindex (broadcast_socket.obj)

any ideas?

the if_nametoindex function defined in iphlpapi.dll. see documentation on msdn.


Comments

Popular posts from this blog

c++ - list<myClass<int> * > sort -

c - Defining floating point constants, how many digits are useful? -

C# Apple Bonjour - how to monitor service records within Windows -