https://sourceforge.net/p/labview-zmq/discussion/general/thread/afd655f036/#f830 Hi Marcus, This post solved the issue. Key is add the dlls to the lvclass files instead.
Thank you very much Patrick. This solved my issue.
Hi Marcus, Thanks for the reply. I verified running the executable by closing all related VIs and exclusively closing context from python code. Still I get the same error when I run the executable. Here, I am attaching my VI. I think this code is relative to loading some dlls with the executable. I have specifically included all the two dlls, lvzmq64 and libzmq64 , as mine is Win-10, 64 bit. Am I missing anything else. Please suggest. Thanks Kiran
Hi Mr. Martin, I am trying to create a executable with zeromq libaries with labview. But while running I am having this error. Error-7: Call Library Function Node in zeromq.lvlib:zmq_context.lvclass:zmq_ctx_create.vi:5610001->zmq_REQ-REP.vi The VI runs perfectly fine, though. I tried to include libzmq.dll for 64 bit system and created another executable. But problem still remains the same. Can you help me?? Thanks kiraone