Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid MEX-file #54

Open
mrsaeedpour opened this issue Aug 24, 2022 · 0 comments
Open

Invalid MEX-file #54

mrsaeedpour opened this issue Aug 24, 2022 · 0 comments

Comments

@mrsaeedpour
Copy link

mrsaeedpour commented Aug 24, 2022

Hello,

I am able to run the make.m as you can see below.

Building with 'Microsoft Visual C++ 2019 (C)'.
MEX completed successfully.

Succesful build for:
ZMQ_INCLUDE_PATH = C:\Program Files\ZeroMQ 4.0.4\include
ZMQ_LIB_PATH = C:\Program Files\ZeroMQ 4.0.4\lib
ZMQ_COMPILED_LIB = libzmq-v120-mt-4_0_4.lib

ans =

logical

1

But when I want to use the program it says:
ctx = zmq_ctx_new()
Error:
Unrecognized function or variable 'zmq_ctx_new'.

or when I run something like
v = zmq.core.version

Error using zmq.core.version
Invalid MEX-file 'C:\realtime-matlab-experiment-main\matlab-zmq\lib+zmq+core\version.mexw64': The specified module could not be found.

Thank you in advance.

@mrsaeedpour mrsaeedpour changed the title Unable to resolve the name zmq.core.ctx_new. Invalid MEX-file Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant