Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't compile DWX_ZeroMQ_Server_v2.0.1_RC8.mq4 #26

Open
ahita opened this issue Nov 11, 2019 · 7 comments
Open

Can't compile DWX_ZeroMQ_Server_v2.0.1_RC8.mq4 #26

ahita opened this issue Nov 11, 2019 · 7 comments

Comments

@ahita
Copy link

ahita commented Nov 11, 2019

Hi,

When I try to compile it, it gives me this issue:

"'&' - parameter passed as reference, variable expected DWX_ZeroMQ_Server_v2.0.1_RC8.mq4 206 27"

The error is on line 206, on the instruction "InterpretZmqMessage(&pushSocket, components);"

Thanks in advance

@Q0paz
Copy link

Q0paz commented Nov 23, 2019

remove the ampersand in front of pushSocket at the line where it is called

@venusg987
Copy link

venusg987 commented Jun 17, 2020

removing "&" resolved the issue for me. thank you!

@hisham-ash
Copy link

Hi I have a similar problem compiling DWX_ZeroMQ_Server_v2.0.1_RC8.mq4 , I get the following error:

'=' - type mismatch GlobalVariable.mqh 292 12

m_hm = new HM; ## the error is in the equal sign. Can you please help me resolve it. Appreciated!

@Jkarmis
Copy link

Jkarmis commented Jul 15, 2020

Similar issue compiling DWX_ZeroMQ_Server_v2.0.1_RC8.mq4
:'::' - unexpected token GlobalVariable.mqh line 200 column 46
'create' - function not defined GlobalVariable.mqh line 200 column 48
'::' - unexpected token GlobalVariable.mqh line 211 column 32
'create' - function not defined GlobalVariable.mqh line 211 column 34

@simon-sr
Copy link

simon-sr commented Nov 8, 2020

image
image
image
image

These errors I get while compiling the expert.
Is it supposed to work?!

@stamina185
Copy link

Did someone solve the issues mentioned above?

@lokoajibola
Copy link

M

Did someone solve the issues mentioned above?

Make use of this link instead https://github.com/darwinex/dwx-zeromq-connector
and follow the youtube video for setup. Restart your MT4 after completing the setup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants