
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
I have no idea, I'm trying to get you to add in enough debugging information to be able to diagnose the issue . . . but you seem to be resistant to the idea.
WindowScreen() is runing without error, but not write the file.
I restart my computer and It works good, today.
I not resist...
The MT4 to resistant.
WindowScreen() is runing without error, but not write the file.
1. But it works good,
2. mappa is 596588\WindowShots
I know terminail write files directory
. . . why are you trying to open the GIF file for reading ? what are you trying to read from it ? if you are trying to test for an error use the return value from WindowsScreenShot()
I am afraid it was a recommendation from the MQ how to test presence of a file.
I am afraid it was a recommendation from the MQ how to test presence of a file.
I assumed it was something like that but why do that without testing if WindowsScreenShot() and returned true ? and if WindowsScreenShot() has returned true why check for existence of the file ? belt and braces ? and then what if WindowsScreenShot() returns true and FileOpen() fails ?
Lol, the entire thread is very exciting. I myself do not understand a construction, why the error is checked if the file handle has been successfully created.
Lol, the entire thread is very exciting. I myself do not understand a construction, why the error is checked if the file handle has been successfully created.
Yes
I assumed it was something like that but why do that without testing if WindowsScreenShot() and returned true ? and if WindowsScreenShot() has returned true why check for existence of the file ? belt and braces ? and then what if WindowsScreenShot() returns true and FileOpen() fails ?
That's the situation.
Then what if WindowsScreenShot() returns true and FileOpen() fails ?
I do not know why?
And I checked the FileOpen().... That is the true test. :)