I am trying to follow an example from LV:zmq ( Request/Reply : Hello World).
I can replicate and run vi fine -- that is straight from Labview.exe.
However, when I build an exe. (Labview 2021 - 32 Bit)
The exe doesn't seem to run.
It is giving me an error right immediately "Create Context" vi.
Here is the error :
Code : 7
Source :
Call Library Function Node in zeromq.lvlib:zmq_context.lvclass:zmq_ctx_create.vi:5610001->Agito Server.vi
I tried to add the libzmq32.dll to the build but it still won't run.
Any suggestions?
Thank you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am trying to follow an example from LV:zmq ( Request/Reply : Hello World).
I can replicate and run vi fine -- that is straight from Labview.exe.
However, when I build an exe. (Labview 2021 - 32 Bit)
The exe doesn't seem to run.
It is giving me an error right immediately "Create Context" vi.
Here is the error :
Code : 7
Source :
Call Library Function Node in zeromq.lvlib:zmq_context.lvclass:zmq_ctx_create.vi:5610001->Agito Server.vi
I tried to add the libzmq32.dll to the build but it still won't run.
Any suggestions?
Thank you.
Hi Dinh,
Please make sure all of these dlls are included in your build. You can use the Preview build to check
Last edit: Patrick Irvin 2024-11-19
Great! I looked for the lib and added them -- everything worked afterward.
Thanks.