Having the same error also on build 2170
fernandovm: Anybody know the reason or workaround? Or, how can I downgrade to previous
version?
- No
- Create a hard link from the source file to the appropriate MQL5 subdirectory and compile there. You need the compiled file there to run
anyway. (fsutil hardlink create new old)

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Dear,
Before MT5 build 2170 I compiled files outside MQL5 directory normally, then I was doing my develop work in a external directory as my git repository. Unfortunately, now (after build 2170) when I try compile a file outside MQL5 directory I get several crazy erros.
Sample code:
Sample errors:
The same code compiles normally when is it placed inside a MQL5 directory (or subdirectory).
Anybody know the reason or workaround? Or, how can I downgrade to previous version?
Tks!