[zeromq-dev] Problem with embedded ZeroMQ (static lib) under Windows
Martin Sustrik
sustrik at 250bpm.com
Fri Apr 29 08:34:50 CEST 2011
Hi Oliver,
> After the upgrade, we're running into a problem where zmq:connect()
> causes a crash, which appears to be a Multi-Byte Character / Unicode
> conflict -- we build our project (and our ZeroMQ) with Unicode.
0MQ codebase doesn't use MSCS/UNICODE at all. How come it gets involved
at all?
> We're having a rather hard time figuring out how to fix this.
>
> connect -> socketbase_t::connect -> socketbase_t::attach_pipes ->
> UUID () -> create_blob() -> convert_byte()
Interesting. How did uuid_t changed to UUID?
Martin
More information about the zeromq-dev
mailing list