Loading a dll usinf UFFI on Win32

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Loading a dll usinf UFFI on Win32

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

Reply | Threaded
Open this post in threaded view
|

Re: Loading a dll usinf UFFI on Win32

itlists@schrievkrom.de
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

Reply | Threaded
Open this post in threaded view
|

Re: Loading a dll usinf UFFI on Win32

Jesús Marí
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