cwzx / nngpp

C++ wrapper around the nanomsg NNG API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't link static nng lib on Windows: "undefined symblol nng_close ..."

techtim opened this issue · comments

"undefined symblol nng_close"
"undefined symblol nng_dial"
"undefined symblol nng_free"
...

VS2017 in both master and 1.1.1
nng built with VS2017 tested tag 1.1.1 and master

How can that be resolved?

Was trying to link win32 lib, my bad