mql-zmq icon indicating copy to clipboard operation
mql-zmq copied to clipboard

Cannot load libzmq.dll [998]

Open owinogradow opened this issue 4 years ago • 3 comments

The problem is that, libzmq.dll library can't be loaded into MT5 after metatrader update from 2350 to 2450. It prints the 998 error code, not 126 as it is common when the environment lacks with vc 2015.

I use MT5 2450 build with WINE environment. The libzmq.dll is taken from here https://github.com/dingmaotu/mql-zmq/tree/master/Library/MT5. I also tried with libraries taken from VC2010 directory. Before MetaTrader update, the library could be loaded, so I think that the problem is not connected with the vc libraries.

problem Maybe someone has an idea how to solve this issue?

owinogradow avatar May 24 '20 11:05 owinogradow

Same issue.But I never made it load,how did you load it before update?And how did you use visual studio wirh wine?

rennyst avatar Jul 08 '20 22:07 rennyst

Same problem here.

I'm using MT5 build 2669

image

raulvictorrosa avatar Nov 07 '20 15:11 raulvictorrosa

You need to get the dll from folder MT5 or respective to your MT and put the dlls in the folder Libraries in <MetaTrader Data>\MQL5\Libraries>

raulvictorrosa avatar Nov 07 '20 17:11 raulvictorrosa