zeromq / zmqpp

0mq 'highlevel' C++ bindings

Home Page:http://zeromq.github.io/zmqpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unresolved External symbol "if_nametoindex"

sunkin351 opened this issue · comments

(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...

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