You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello,
i has an issue when i ran make.m, the following error happen
エラー: mex
Creating library C:\Users\wadalab\DOCUME1\MATLAB\Anh\ZMQ\MATLAB2\lib+zmq+core\version.lib and object
C:\Users\wadalab\DOCUME1\MATLAB\Anh\ZMQ\MATLAB2\lib+zmq+core\version.exp
version.obj : error LNK2019: unresolved external symbol __imp__zmq_version referenced in function _mexFunction
C:\Users\wadalab\DOCUME1\MATLAB\Anh\ZMQ\MATLAB2\lib+zmq+core\version.mexw32 : fatal error LNK1120: 1 unresolved externals
the version i used:
window 7
MATLAB R2015b
Visual Studio 2013 compiler
ZeroMQ 4.0.4 libzmq v120
with the config:
ZMQ_COMPILED_LIB = 'libzmq-v120-mt-4_0_4.lib';
hello,
i has an issue when i ran make.m, the following error happen
エラー: mex
Creating library C:\Users\wadalab\DOCUME
1\MATLAB\Anh\ZMQ\MATLAB2\lib+zmq+core\version.lib and objectC:\Users\wadalab\DOCUME
1\MATLAB\Anh\ZMQ\MATLAB2\lib+zmq+core\version.expversion.obj : error LNK2019: unresolved external symbol __imp__zmq_version referenced in function _mexFunction
C:\Users\wadalab\DOCUME
1\MATLAB\Anh\ZMQ\MATLAB2\lib+zmq+core\version.mexw32 : fatal error LNK1120: 1 unresolved externalsthe version i used:
window 7
MATLAB R2015b
Visual Studio 2013 compiler
ZeroMQ 4.0.4 libzmq v120
with the config:
ZMQ_COMPILED_LIB = 'libzmq-v120-mt-4_0_4.lib';
% ZMQ library path
ZMQ_LIB_PATH = 'C:\Program Files\ZeroMQ 4.0.4\lib';
% ZMQ headers path
ZMQ_INCLUDE_PATH = 'C:\Program Files\ZeroMQ 4.0.4\include';
i've already spent hours try to solve it, but no luck.
i would be so grateful if some one help me with this.
thank you in advance.
The text was updated successfully, but these errors were encountered: