OpenTrading / OTMql4Zmq

Open Trading Metatrader 4 ZeroMQ Bridge
MIT License
99 stars 46 forks source link

Cannot call 'OTMql4/mql4zmq.dll::mql4zmq_strerror', 'OTMql4/mql4zmq.dll' is not loaded #16

Open gaussleescorpio opened 8 years ago

gaussleescorpio commented 8 years ago

I installed everything including OTMql4Zmq, OTMql4Py and OTMql4Lib. There are some #import keywords missing for some header files in OTMql4 so that the compilation in MT4 failed. I fixed that locally. I suggest you to update and change them. Another problem I encountered is

Cannot call 'OTMql4/mql4zmq.dll::mql4zmq_strerror', 'OTMql4/mql4zmq.dll' is not loaded

When I am trying to drag script OTMql4ZmpTest to one graph.

Cannot call 'OTMql4/mql4zmq.dll::mql4zmq_init', 'OTMql4/mql4zmq.dll' is not loaded

When I am trying to use EA called OTZmqCmdEA. Do you know why this happened? I tried to find some hints from wikis of your git repo but cannot. Please help me!

My windows is 64 bit windows 8. Metatrader 4.

mglcampos commented 7 years ago

Hi did you solved your problem? I have the same issue

OpenTrading commented 7 years ago

What exactly are the #import keywords that you think are missing for some header files in OTMql4?

What build of Mt4 are you using, and where did your Mt4 ccome from?