Errors, bugs, questions - page 2051

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
Where is the file creation code?
Do you close the file before deleting it?
What does RefreshRates have to do with it?
Are we talking about a five or a four?
Can an open file be deleted?
Can an open file be deleted?
Can a deleted file be asked for its creation time?
PS I can see the stream of consciousness, that's why I asked such different questions
Can a deleted file be asked for its creation time?
PS I can see the stream of consciousness, that's why I asked such different questions
Where is the file creation code?
Do you close the file before deleting it?
What does RefreshRates have to do with it?
Are we talking about a five or a four?
four
four
1. Closing the file is done by some condition, not in any case.
2. What does GetLastError return after file is deleted?
1. The file is closed by some condition, not in any case.
2. What does GetLastError return after deleting a file?
Returns 5020.
Simplified the code, reproduced the wrong behavior, threw in the service dsk
repeat
int tim=(int)FileGetInteger(aFileName,FILE_MODIFY_DATE);
It works correctly
returns 5020.
Simplified the code, reproduced the wrong behaviour, threw in the service dsk
repeat
int tim=(int)FileGetInteger(aFileName,FILE_MODIFY_DATE);
Works correctly
More complete source code has been dealt with in servicedesk.
Here is a link explaining the problem https://support.microsoft.com/ru-ru/help/172190/windows-nt-contains-file-system-tunneling-capabilities
A more complete source code has been dealt with in the servicedesk.
Here is a link explaining the problem https://support.microsoft.com/ru-ru/help/172190/windows-nt-contains-file-system-tunneling-capabilities
Thank you!
Anyone experiencing problems in MT5 with exporting from function library with parameters-interfaces described in the header? It worked in MT4.
I would need an example to clarify.