jonnydee/nzmqt

nzmq doesn't work with zmq 4.0.3

reypg87 opened this issue · 2 comments

Please can you specify with which version of zeroMQ nzmqt works and a link to obtain it? Since nzmqt use zmq exceptions obviously with zmq > 3.0 it doesn't work, indeed all the code written reffers to the old api. Did you have any plan to support the new zmq api?
Thanks.

Could you please be more specific what doesn't work? I just compiled and run nzmqt_test project against zmq 4.0.3 without any issues. So actually, I'm not sure what you mean with "all the code written reffers to the old api". Would you mind to give me a short example where nzmqt uses "old" API and how the use of "new" API would look like? (Note that nzmqt depends on https://github.com/zeromq/cppzmq C++ wrapper for ZMQ's C interface which also introduces exceptions by mapping ZMQ error conditions to exceptions.)
Maybe you might want to have a look at https://github.com/jonnydee/nzmqt/wiki/Software where you will find information about how to get started.

sory my misstake