dingmaotu / mql-zmq

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

GlobalVariable.mqh compilation error #70

Open Tim142857 opened 3 months ago

Tim142857 commented 3 months ago

Hello, I have this compilation error:

⛔ : '=' - type mismatch (293,12)

For the line:

m_hm = new HM;

Can you help me to solve it plz?

I found on the web that could be a compilator version error but i think mine is the latest (Version 5 build 2408)

dingmaotu commented 2 months ago

The problem is a recurring one... Because it is a less commonly used technique, I think the support of this language feature in MetaTrader is buggy. I will look into refactoring this part to avoid this.