Hi guys, I have a question about ZMQ_HAUSNUMERO in zmq.h. It looks like this is a workaround the Windows headers, so that proper Exxx error codes are declared.
I'm just having hard-time translating this correctly into a binding. For example: #ifndef EPROTONOSUPPORT #define EPROTONOSUPPORT (ZMQ_HAUSNUMERO + 2) #endif I can expand at the time of compilation, and get the value, but what if the library gets recompiled and the value changes? Any thoughts? I'll look in the meantime, at other people's bindings to see how it's solved, but this has puzzled me a bit Thanks, Dimiter 'malkia' Stanev _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
