smcgill3/zeromq-matlab

setup problem on Windows

xuzhe35 opened this issue · 2 comments

Hello, I download your codes and make file on my own computer

the make works well,and there are a new file named "zmq.mexw64" in my current folder.

but the matlab always show me the error:
Invalid MEX-file 'C:\Users\Administrator\Desktop\zeromqmatlabmaster\zmq.mexw64':

can you help me?

thanks a lot.

i use Matlab 2013

and Visual Studio 2012 be my C++ complier

i install ZeroMQ 4.04

so i change the make.m

mex -O ...
-I"C:\Program Files\ZeroMQ 4.0.4\include" ...
-L"C:\Program Files\ZeroMQ 4.0.4\lib" ...
-llibzmq-v120-mt-4_0_4 ...
*.cc

is that matter?