Re: [zeromq-dev] Q: type-tagging messages - prefix an uint32 or a frame?

2015-06-28 Thread Евгений Пастернак
Hello Michael ! In my project I tried to use (1), but later changed to 2-nd approach. And now I more happy ) (2) simplier to log and debug especially 32/64 bit issues. In my project there is no any significant lack of performance. Regards Eugene Pasternak 2015-06-19 20:00 GMT+06:00 Michael

Re: [zeromq-dev] zmq.hpp in guide source.

2015-06-23 Thread Евгений Пастернак
You have to dowload this file from https://github.com/zeromq/cppzmq/blob/master/zmq.hpp and place it into include dir Ср, 24 июня 2015 г. в 4:50, Craig Anderson cr...@coot.net: Yes, source is // // Weather update server in C++ // Binds PUB socket to tcp://*:5556 // Publishes random

Re: [zeromq-dev] Visual Studio 2012? Cannot open include file: 'zmq.hpp'

2015-06-23 Thread Евгений Пастернак
Hi Graig! Are you compiling example from ZeroMQ guide? Ср, 24 июня 2015 г. в 4:13, Craig Anderson cr...@coot.net: I am trying to build a win32 console application in Visual Studio 2012. I have a project using the example weather server code. I have installed from the 4.0.4 x86 installer.