Ahhhhh....ok, sorry. You have uploaded a new fxDreema build, with the same version number....it's true?
Ok, now I can include MQL4 Standard Library MQH files with no errors...but I've other problems:
Problem 1 - Global Variables like this:
```
CArrayString *arrayGraficos;
whe I make a MQL4 file, this global variable is assigned to 0, like this:
CArrayString *arrayGraficos = 0;
Problem 2 - And when I try to compile the program in Fxdreema, some errors are displayed:
......
[fxdreema_compiling_error.jpg](/forum/uploads/files/1398862003-2460-5985.jpg)


