On 11/10/2011 12:46 PM, Alexander Altshuler wrote:
>> libzmq.dll!zmq::signaler_t::make_fdpair(unsigned int *
> r_=0x01e19614, unsigned int * w_=0x01e19610) Line 245 + 0xe bytes
I see.
I am currently not on a Windows box, however, can you try replacing the
line 241 in src/signaler.cpp by:
HANDLE sync = CreateEvent (NULL, FALSE, TRUE, "zmq-signaler-port-sync");
Let me know whether it helps.
Martin
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev