zeromq / zmqpp

0mq 'highlevel' C++ bindings
http://zeromq.github.io/zmqpp
Mozilla Public License 2.0
438 stars 197 forks source link

Unresolved External symbol "if_nametoindex" #153

Closed sunkin351 closed 8 years ago

sunkin351 commented 8 years ago

(Note: Compiler: MSVC, OS: Windows 10, Build: Static) I had this problem a while ago with libzmq, but since then the issue appears to have been resolved, however, I am now encountering it again with zmqpp. I have a project compiling from the cppzmq bindings and they don't encounter this error... It says its missing from libzmq.lib but that cant be right...

sunkin351 commented 8 years ago

Nvm, i didnt add the dependancy of w2_32.lib for windows.