AustenConrad / mql4zmq

MQL4 bindings for ZeroMQ
http://mql4zmq.org
MIT License
74 stars 49 forks source link

Cannot call 'mql4zmq.dll::mql4zmq_version' #13

Open deepgnly opened 8 years ago

deepgnly commented 8 years ago

Hi, First of all a big thanks for bringing this module live.I am using 2.0.0-pre and using pre-compiled library but getting this error.Any idea where I am going wrong? I am using version 4,build 950.

21:22:53.955 Cannot load 'C:\Documents and Settings\Administrator\Application Data\MetaQuotes\Terminal\MQL4\Libraries\mql4zmq.dll' [126] 1 21:22:53.955 Cannot call 'mql4zmq.dll::mql4zmq_version', 'mql4zmq.dll' is not loaded 1 21:22:53.955 mql4zmq WTIUSD.s,M2: unresolved import function call 3 21:22:53.955 mql4zmq WTIUSD.s,M2: not initialized 0 21:22:53.955 mql4zmq WTIUSD.s,M2: uninit reason 8 0 21:22:53.955 Expert mql4zmq WTIUSD.s,M2: removed

OpenTrading commented 8 years ago

I don't think this project is being developed anymore; see our continuation at https://github.com/OpenTrading/OTMql4Zmq/ and follow the directions carefully. Make sure you backup and remove the current versions you have of both mql4zmq.dll and libzmq.dll.

If you want to know what the unresolved import of a DLL is, you can try using dependencywalker http://dependencywalker.com/ on the DLL.

Also, provide the details of what version of Windows you're using.