mql4compiler icon indicating copy to clipboard operation
mql4compiler copied to clipboard

compiler doesn't recognize any of the basic preprocessor definitions

Open alexfradiani opened this issue 9 years ago • 0 comments

Hello. Good work. I'm having a problem with this compiler. I'm getting error msgs for the first directives in source code: line 8:1 | 'version' - unknown property line 9:1 | 'strict' - unknown property line 9:1 | 'strict' - defined value expected

as in:

property version "1.00"

property strict

....

Do I have a misconfiguration, what can I do to enable correct compiling? Thanks

alexfradiani avatar Jun 28 '16 00:06 alexfradiani