[zeromq-dev] ZeroMQ chat example runtime error in Windows MSVisualC++ 2005
Pavol Malosek
malosek at fastmq.com
Tue Nov 3 18:15:45 CET 2009
Funny:)
> int zmq::api_thread_t::create_exchange (const char *exchange_,
> scope_t scope_, i_thread *listener_thread_, int
> handler_thread_count_,
> i_thread **handler_threads_)
This are create_exchange arguments from February this year, yes quite old.
I just have been comparing zeromq1 from git, zip and tar and it seems to be ok
now.
Anyway to get the recent sources I would recommend you to use git client
directly, we are using it for almost the year without any problems.
malo
----- Original Message -----
From: "Lobraco, James M" <james.m.lobraco at baml.com>
To: "Pavol Malosek" <malosek at fastmq.com>; <zeromq-dev at mail.imatix.com>
Sent: Tuesday, November 03, 2009 4:18 PM
Subject: RE: [zeromq-dev] ZeroMQ chat example runtime error in Windows
MSVisualC++ 2005
> Malo,
>
> Thanks for the response. One thing to point out, I was downloading the
> source in zip format from github. The source for some reason was grossly
> out of sync. When I selected the tarball everything was correct. For
> example, I was getting funny method signatures in
> zmq::api_thread_t::create_exchange for example.
>
> int zmq::api_thread_t::create_exchange (const char *exchange_,
> scope_t scope_, i_thread *listener_thread_, int
> handler_thread_count_,
> i_thread **handler_threads_)
> {
> ...
> }
>
More information about the zeromq-dev
mailing list