We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The two file "DWX_ZeroMQ_Server_v2.0.1_RC8.mq4" and "GlobalVariable.mq4" are showing error and warnings
The file "DWX_ZeroMQ_Server_v2.0.1_RC8.mq4" is showing 1 error
'&' - parameter passed as reference, variable expected DWX_ZeroMQ_Server_v2.0.1_RC8.mq4 205 27
while the file "GlobalVariable.mq4" is showing 4 errors and 2 warining
(!) expression not boolean GlobalVariable.mqh 42 78 (!) expression not boolean GlobalVariable.mqh 64 64 (-) '::' - unexpected token GlobalVariable.mqh 200 46 (-) 'create' - function not defined GlobalVariable.mqh 200 48 (-) '::' - unexpected token GlobalVariable.mqh 211 32 (-) 'create' - function not defined GlobalVariable.mqh 211 34
Note: The other include files loaded properly
The text was updated successfully, but these errors were encountered:
i got the same issue.
Sorry, something went wrong.
Looks like it's an old version of MT4; doesn't work for me either
i got the same. MT4 version 4.00 build 1403 (newest)
No branches or pull requests
The two file "DWX_ZeroMQ_Server_v2.0.1_RC8.mq4" and "GlobalVariable.mq4" are showing error and warnings
The file "DWX_ZeroMQ_Server_v2.0.1_RC8.mq4" is showing 1 error
'&' - parameter passed as reference, variable expected DWX_ZeroMQ_Server_v2.0.1_RC8.mq4 205 27
while the file "GlobalVariable.mq4" is showing 4 errors and 2 warining
(!) expression not boolean GlobalVariable.mqh 42 78
(!) expression not boolean GlobalVariable.mqh 64 64
(-) '::' - unexpected token GlobalVariable.mqh 200 46
(-) 'create' - function not defined GlobalVariable.mqh 200 48
(-) '::' - unexpected token GlobalVariable.mqh 211 32
(-) 'create' - function not defined GlobalVariable.mqh 211 34
Note: The other include files loaded properly
The text was updated successfully, but these errors were encountered: