ZeroMQ on Windows, with Qt Creator -


i have installed zmq link given below on windows 7.

http://zeromq.org/distro:microsoft-windows

1) have c++ project in qt-creator , i'm using zmq c++ binding (zhelpers.hpp etc).

2) have added .lib installed zmq folder qtcreator

3) while compiling, compiler looks _imp__zmq_verion, in .dll files present in .lib have __imp_zmq_version.

4) causing undefined reference zmq_version.

anyone else faced problem , has solution ?


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

unity3d - Unity SceneManager.LoadScene quits application -