dingmaotu / mql-zmq

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

MT4 zmq library throws compilation errors #51

Closed bhavyalatha26 closed 4 years ago

bhavyalatha26 commented 4 years ago

Hi,

I imported MT4 libraries into MT4 client terminal and tried to run the hello world example as an expert advisor , but it does not compile and throws some errors at the below mentioned line of code

Context context("helloworld");

Error Message : empty class 'Context' cannot be used

An older version of this repository works fine , but with this recent commit it fails.

PFA the screenshots of errors for the same:

85516103-64b9db80-b5ed-11ea-9660-1309a3940b42

Regards, Bhavya.

dingmaotu commented 4 years ago

Hi, it is because some typo in a recent commit. I've already fixed it.