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

python - Setting ctypes.Structure default values -

Ansible - ERROR! the field 'hosts' is required but was not set -

java - HTTP Status 500 - No data type for node: org.hibernate.hql.internal.ast.tree.IdentNode -