mql4compiler
mql4compiler copied to clipboard
compiler doesn't recognize any of the basic preprocessor definitions
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