-
Notifications
You must be signed in to change notification settings - Fork 296
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
Comments
remove the ampersand in front of pushSocket at the line where it is called |
removing "&" resolved the issue for me. thank you! |
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! |
Similar issue compiling DWX_ZeroMQ_Server_v2.0.1_RC8.mq4 |
Did someone solve the issues mentioned above? |
M
Make use of this link instead https://github.com/darwinex/dwx-zeromq-connector |
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
The text was updated successfully, but these errors were encountered: