Hey Haim, #1:
The 'zmq.h' file is the basic C interface to the library. It is perfectly usable in a C++ application. If you'd like a C++ binding to use with the library, there are several listed here: http://zeromq.org/bindings:cpp. We use Qt extensively, and there is a C++/Qt binding at https://github.com/jonnydee/nzmqt which provides a nice Qt-y wrapper around the basic (https://github.com/zeromq/cppzmq) C++ binding. #2: Steven answered this one :) Thanks, Shon On Fri, Dec 6, 2013 at 6:10 AM, Steven McCoy <[email protected]> wrote: > On 5 December 2013 15:45, Haim Argaman <[email protected]> wrote: > >> 2. Not sure what you mean by libzmq<whatever>.lib and .dll. What is the >> ,whatever. and where should I find these lib and dll files. >> >> >> > The <*whatever*> refers to the Windows installers on the download page: > > http://zeromq.org/distro:microsoft-windows > > -- > Steve-o > > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > > -- Shon C. Love Programmer
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
