Because of the windows file handler ShellExecuteA is not executed
ShellExecuteW?
ShellExecuteW?
(This is a good example where neither the old EX4 nor the old MQ4 is backward-compatible. The old EX4 is not backward-compatible because there is a - reasonable - expectation that FileOpen() will use experts\files. The old MQ4 is not backward-compatible because TerminalPath() has to be changed, and DLL calls have to be changed from A to W.)
Old EX4 (not touched by new compiler) still work.
If you want recompile old sources then see list of changes before
Old EX4 (not touched by new compiler) still work.
If you want recompile old sources then see list of changes before
No, in this example it does not work.
The above script creates a CSV file and then tries to move it from experts\files to C:\Data. The script does not work because the CSV file is no longer in experts\files. The old EX4 has to be replaced, and the old MQ4 also has to be changed.
Moving FileOpen() from experts\files for existing EX4 files breaks backward-compatibility for any EX4 files - like this one - which expect FileOpen() to use experts\files.
@Gchrmt4 is right.. the old one will work only with starting the terminal "/portable" switch
@Gchrmt4 is right.. the old one will work only with starting the terminal with "/portable" switch
FYI, I first raised this issue with the Service Desk 6 weeks ago but, like you, they have repeatedly given the wrong answer and ignored the problem.
I remember.
Behavior will not changed. No more chance to store data in the Program Files folder. Better now than too late, when /portable key will have no sence...
I remember.
Behavior will not changed. No more chance to store data in the Program Files folder. Better now than too late, when /portable key will have no sence...
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Dear Brothers I founded a bug
I was using this code to export the data file to c:\Data before updated to build 600
it was working fine. I updated to build 600 and changed the code like as alexvd told
the file stored well in the Terminal Data Folder
But it's not moving the files to path C:\Data
Because of the windows file handler ShellExecuteA is not executed
Kindly Fix the Problem
With Thanks and Regards
Saravana