Visual Studio 2013 update 4=======================I've made my program smaller
and get the error:__imp__zmq_ctx_new referenced in function _main
The output of dumpbin /all of libzmq-v120-mt-gd-4_0_4.lib
11EA __IMPORT_DESCRIPTOR_libzmq-v120-mt-gd-4_0_4 1454
__NULL_IMPORT_DESCRIPTOR 159A libzmq-v120-mt-gd-4_0_4_NULL_THUNK_DATA
2DE2 __imp_zmq_version 2DE2 zmq_version 1CC6 __imp_zmq_errno 1CC6
zmq_errno 2B82 __imp_zmq_strerror 2B82 zmq_strerror 196C
__imp_zmq_ctx_new 196C zmq_ctx_new
So the symbol in the libzmq library shows one (1) underscore between the imp
and the zmq...and the symbol looking for show two (2) underscores.
When I include <SDKDDKVer.h> the program is linked successfully
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev