Loading a dll usinf UFFI on Win32
I'm trying to make zeromq work on win 32. zeromq lib is in C:\Program Files (x86)\ZeroMQ 4.0.4\bin\libzmq-v100-mt-4_0_4.dll . My Api #win32ModuleName returns exactly 'C:\Program Files (x86)\ZeroMQ 4.0.4\bin\libzmq-v100-mt-4_0_4.dll' but when I try lo execute any call it returns "module not found" error. Any suggestion? -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
Perhaps you are missing the Microsoft runtime (v100) ? Marten Am 29.08.2018 um 22:45 schrieb Jesús MarÃ:
I'm trying to make zeromq work on win 32. zeromq lib is in C:\Program Files (x86)\ZeroMQ 4.0.4\bin\libzmq-v100-mt-4_0_4.dll .
My Api #win32ModuleName returns exactly 'C:\Program Files (x86)\ZeroMQ 4.0.4\bin\libzmq-v100-mt-4_0_4.dll' but when I try lo execute any call it returns "module not found" error.
Any suggestion?
-- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
-- Marten Feldtmann
So nice! i have installed c++redistributable 2010 and everything works fine! Many thanks Marten! -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
participants (2)
-
Jesús Marà -
Marten Feldtmann