Hi, Which compiler do you use on Windows and how do you install zmq (build from sources)? For MSVC the name of the library will be zmq.lib so -lzmq extracted to libzmq.a will point to non existent library. -lzmq should work for MinGW, but I’d double check on pathes configuration.
> On Dec 12, 2016, at 14:14, Eric Gendron <[email protected]> wrote: > > > Hi > > I succeed to use 0mq in linux and freebsd with clang++ > > Now I would like to compile the code in Qt C++ windows and I didn't succeed > to link with the 0mq library or even compile it. > > I would like to know how to do it. > > Qt can't find -lzmq in LIBS command in .pro file. > > I tried to install 0mq 4.2 binaries windows 32 bits and copy zmq.hpp I found > in git in the same folder than .h > > Also I have a message that zmq_msg_gets doesn't exist. > > Really not easy to make it work. > > Thanks. > > _______________________________________________ > zeromq-dev mailing list > [email protected] > https://lists.zeromq.org/mailman/listinfo/zeromq-dev _______________________________________________ zeromq-dev mailing list [email protected] https://lists.zeromq.org/mailman/listinfo/zeromq-dev
