Dear Harald and fellow community friends, 1.Got your info. Thanks for your quick thoughts.I agree with your point in terms of valueand i doubt the stability issue may appear later part of the project. The project still in early stage. 2.Not sure about any issue because the - cppzmq NOT the high level zmqpp Though the core part still in ZMQ /Zyre with C/C++ bindings. Nzmqt is "glue"the front GUI to back end ZYRE framework. 3. *Is ZMQ Qt- binding Nzmqt is cross platform?* This most important thing my boss ask me to explore. Anyone similar experience. a simple reply save our team's effort :) Thanks again.
With kindest regards, Chandra On Thu, May 10, 2018, at 00:28, Harald Achitz wrote: > Hi, > personally I think that a 'qt' wrapper like Nzmqt does not add > extraordinary value to a project.> you can either interface the qt event > loop, or simply add a timer, to > access you plain zmq(hpp) sockets.> you can than selfe decide how much time > you spend on waiting for a > message and what to do.> this gives you less magic, but more control. > > /Harald > > Am Mi., 9. Mai 2018 um 17:45 Uhr schrieb Chandra > <[email protected]>:>> __ >> Dear ZMQ community, >> >> Greetings. Looking for possibility the following scenario: >> Is it possible ZMQ with C/ C++ / Nzmqt binding code and Qt creator >> GUI C++ code with (believe have to include nzmqt .h file) compile in >> command line using GCC?>> >> >> Now, i have tried On Qt creator (Qt creator 4.0.3 Qt 4) side* NOT >> using Makefile* but given library links on command line like this >> and it 's working.>> >> >>*g++ -m64 -Wl, -o Gui main.o mainwindow.o -L/usr/lib/x86_64-linux- >> >>gnu -lQtgui -lQtCore*>> * * >> * Main.cpp and Mainwindow.cpp has Qt C++ API * >> >> _now want to try with zmq (c/c++, zyre and Qt bindings)_ >> >> *objective*: Qt GUI should call ZMQ code (c/c++ /zyre) in the >> background and give output to console.>> Nzmqt uses cppzmq NOT the high >> level zmqpp >> >> 1. In *Mainwindow. cpp* will #include add nzmqt header file and >> may add simple zmq api - zclock_sleep()>> 2. Include header/library in >> Qt creator's *.pro file* >> and compile like this >> >> >>*g++ -m64 -Wl, -o Gui main.o *mainwindow.o* -L/usr/lib/x86_64-linux- >> >>gnu -lQtgui -lQtCore -lzmq -lczmq -lzmqpp -lzyre * >> >> Am i missing anything? Any suggestion will greatly helpful. Many >> thanks.>> >> >> With cheers & regards, >> Chandra >> >> >> >> >> >> >> >> >> >> >> _______________________________________________ >> 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
