Nanomsg linker error

Hello everybody! I have some problem with third-party library - nanomsg. I read docs of linking static libs(A new, community-hosted Unreal Engine Wiki - Announcements - Epic Developer Community Forums) but I still have error.
error LNK2019: unresolved external symbol __imp_nn_freemsg referenced in function "private: int __cdecl MyClass::recv_message
What i do wrong?

Best regards.

O my god. I solve this problem. I used a WIN32 version of nanomsg lib! I recompile it for x64 and… it’s worked!