[zeromq-dev] unresolved external and SDKDDVer.h
hhusp house
hhusp at outlook.com
Wed Jun 10 16:04:37 CEST 2015
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20150610/4b03ae2c/attachment.htm>
More information about the zeromq-dev
mailing list