dingmaotu / mql-zmq

ZMQ binding for the MQL language (both 32bit MT4 and 64bit MT5)
Apache License 2.0
543 stars 298 forks source link

cannot load libzmq.dll (998) on mt5 #53

Closed rennyst closed 3 years ago

rennyst commented 3 years ago

I am running mt5 on wine in linux ubuntu.Mt5 was installed with playonlinux.I have bindings for mql and python,I tried to run simple script "hello world " , script load sucsessfully,but give me an error: cant load ....../libzmq.dll 998 (not 126). I have dlls in library folder, but I cant see them in navigator(should I)?What could be the problem,please help me!

rennyst commented 3 years ago

Solved.Installed vc2015 redistributable via winetricks( winetricks vcrun2015).No error anymore,python send hello mt5 reply world.Still cant see dlls in navigator.Had problems with install vc2015 with playonlinux give me error,winetricks did it fine.