[zeromq-dev] [PATCH] MSVC10 project files

Johnny Gozde johnny at jgoz.net
Fri Dec 16 22:26:43 CET 2011


> And libzmq simply shines in this respect. Small simple "C" interface,
> and no reliance on managing resources other than it's own functions.

Just to clarify, are you suggesting that libzmq is a good candidate
for using the /MT option because it doesn't pass CRT objects around?

This would match with my experience -- I've always used the /MT option
in my libzmq builds to avoid having to install the Visual C++
Redistributable package on production machines.



More information about the zeromq-dev mailing list