[zeromq-dev] windows compile error.

Martin Sustrik sustrik at fastmq.com
Tue Nov 11 21:48:14 CET 2008


George,

> cannot convert parameter 1 from 'zmq::i_thread *' to 'zmq::i_thread *'

Pretty strange.

Can you try changing the function declaration from:

void zmq::api_thread_t::bind (const char *exchange_, const char *queue_,
     i_thread *exchange_thread_, i_thread *queue_thread_)

to:

void zmq::api_thread_t::bind (const char *exchange_, const char *queue_,
     zmq::i_thread *exchange_thread_, zmq::i_thread *queue_thread_)

Thanks.
Martin



More information about the zeromq-dev mailing list