2012/5/4 Philippe MESLIN <[email protected]>

>   If we run the following code:
>

The code in your email seems broken to me and should not compile.
Please, try to copy-paste something that at least compiles.



> zmq_rc zmq_msg_init_data = (& request, "Hello My Size is EQUAL TO 29 <",
> sizeof ("Hello My Size is EQUAL TO 29 <"), virtual_proc, NULL);
>


By the way, sizeof ("Hello My Size is EQUAL TO 29 <") == 31, not 29.
There are 30 characters + 1 for the terminating zero
:)

<<image001.gif>>

_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to