08-05-2026 04:24 AM
I downloaded the zeroMQ toolkit from VIPM and successfully ran the examples. When I compile a publisher to an executable I receive the error message copied below.
The toolkit has an "example-app", but that is actually fails to compile due to missing dependencies namely the libzmq32.dll and the lvzmq32.dll. I've found but latter but not the first one. (unsure if this matters as the my EXE compiles without even adding these dll-s manually to the project).
My VI is just a slightly cleaned up version of one of the examples. It runs perfectly fine from the editor, fails with error after the first iteration once compiled to an exe.
Solved! Go to Solution.
08-05-2026 11:42 AM
08-05-2026 12:13 PM
Have you compiled it to an executable?
08-06-2026 02:39 AM
@1984 wrote:
Have you compiled it to an executable?
Yes, it works as well, but you have to adjust build spec to get a copy of all required nested libraries into \data folder. Original example shipped with ZMQ have some issues.
I think you put the only lvzmq32.dll, but you need complete from <LabVIEW>\vi.lib\addons\zeromq\lib\win32
Dependencies:
and then
64-bit test project in the attachment, if you under 32-bit environment, do it same way, but for 32-bit DLLs, then it should work.