dingmaotu / mql4-lib

MQL4/5 Foundation Library For Professional Developers
Apache License 2.0
544 stars 251 forks source link

'=' - type mismatch GlobalVariable.mqh #54

Closed thomas795 closed 4 years ago

thomas795 commented 4 years ago

after upgrading to Metatrader terminal 4 build 1280 my Zero MQ implementation from Darwinx (DWX_ZeroMQ_Server_v2.0.1_RC8.mq4) project will no longer compile. i receive this error:

'=' - type mismatch GlobalVariable.mqh

in line 292 "m_hm=new HM;"

Please help! :)

7iW commented 4 years ago

I was able to resolve this issue by replacing the Darwinex Zero MQ implementation with the Zero MQ implementation from https://github.com/dingmaotu/mql-zmq.

thomas795 commented 4 years ago

Thanks alot 7iW that worked! :)

Martian4x commented 4 years ago

Thanks it worked. So the solution is to replace the entire dwx-zeromq-connector from @dingmaotu not just the two changed files for the solution of the previous errors. 👍