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 -

SoapUI on windows 10 - high DPI/4K scaling issue -

java - why am i getting a "cannot resolve method" error on getApplication? -