Hi Renato, What I'd do is make sure the C examples work, then replace them one by one with the C++ versions; if the set stops working, there's an error in that C++ translation. They're small and you should be able to find the problem quite easily. If this doesn't help you, let us know.
-Pieter On Wed, Jan 30, 2013 at 8:39 PM, Renato Samperio <[email protected]> wrote: > Hi, > > I would like to know if I could receive some assistance. I have been reading > and running the examples CPP ad PY from the guide of zmq 3.2. I tested the > examples with: > > - Debian GNU/Linux 6.0 (32 bit) with g++ (Debian 4.4.5-8) 4.4.5 > - Ubuntu 12.04.1 LTS (32 bit) with g++-4.6. > > Specifically, in both I don't get any response when running C++ examples for > the "rrbroker", "rrclient" and "rrworker". For testing I ran them in the > following order: > > ./rrbroker > ./rrworker > ./rrclient > > I noticed that if I use replace "rrbroker.cpp" with "rrbroker.py", I can get > them running mixing any worker and any client from CPP or PY. However, when > I use the compiled form of the "rrbroker.cpp" is not giving me any answer. > > I have seen this problem in other examples too. Any advise to make it work > will be very welcome. > > > Regards, > > Renato. > > > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
