Errors, bugs, questions - page 1969
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
Yeah i see... I'll create another application then.
My application for MT5 - 2016.10.11 16:28,#1584315- accepted for review so far. ;-)
My application for MT5 - 2016.10.11 16:28,#1584315- accepted for review so far. ;-)
That's what I thought was fixed, but now it's not. Just checked. Bild 1643.
It's build 1650. Check it out.
It's already build 1650. Check it out.
Originally, there were several modules. Everything was working fine. Due to ... decided to temporarily convert everything into one.
We were unable to find out exactly why this particular sequence of lines appeared (usually implementation/initialization comes right after declaration). Perhaps it was mutual crossing of classes.Result: the program started working differently.
I found out the reason:
I don't know how exactly the C++ compiler does it, but the Result: 1 (as expected)
Error, reading fails.
Alert:
false
18446744073709551615 10000000
Hex image of the number in the file: FF FF FF FF FF FF FF FF FF
The error, the reading is malfunctioning.
Not reading, but array initialization. Remove curly brackets.
I'm slow, I'll double-check it.Not reading, but initialising the array. Remove the curly braces.
Without them it won't compile at all ('l' - invalid array access). Anyway - the number in the file is correct.
I suspect the first handle should be closed or opened with FILE_SHARE_READ flag
Thank you for your interest. I did. Closed the handles, now works properly. Got an error in my script, trying to localize it, so far.