dingmaotu / mql-zmq

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

Metatrader 5 compilation errors #44

Closed eugeneniemand closed 4 years ago

eugeneniemand commented 4 years ago

I followed instructions from this repo as well as https://github.com/darwinex/dwx-zeromq-connector

When trying to compile I get errors in zmqMsg.mqh

image

I also have the following installed

image Any Ideas will be appreciated

5xcor commented 4 years ago

Hi,

you have a bug in the ArrayResize - missing the )

eugeneniemand commented 4 years ago

@5xcor thanks for getting back to me, which line? This is not my code, this is from the zeromq library

webhive commented 4 years ago

Got same issue - any suggestions?

webhive commented 4 years ago

Well looking to code found some name conflicts Easiest way to fix just replace data() with zmq_msg_data(this) Work for me

dingmaotu commented 4 years ago

duplicate of #40 and already fixed.

patrickbard commented 3 years ago

Please create a release including this fix, latest release is from October 2017 and I ran into this.

A lot of people like myself go straight to the releases page because its supposed to have fully working code, avoiding downloading the current code because it could be on development and not properly tested yet.