Just trying to test this and no way to run any external program from the expert... could you help me? I'm getting always error code 2 on the alert popup window. Build 610 Running on a WIndows 7 Ultimate machine.
Unicode and ANSI names |
ShellExecuteW (Unicode) and ShellExecuteA (ANSI) |
---|
Hi again,
@RaptorUK, is there any way to know from the EA if is using Unicode or ANSI?, to allow the EA be compatible. In other words, choose ShellExecuteW or ShellExecuteA from the EA without modify the code manually.
Best.
Hi again,
@RaptorUK, is there any way to know from the EA if is using Unicode or ANSI?, to allow the EA be compatible. In other words, choose ShellExecuteW or ShellExecuteA from the EA without modify the code manually.
Best.
If its compiled in a MetaEditor from a build later than 509 it's using Unicode . . . as far as I am aware . . .
From here: mql4 changes
Strings are now presented in Unicode format, though they were in ANSI format (single byte ones) before. That should be considered if the program uses DLLs and passes string variables to them.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Just trying to test this and no way to run any external program from the expert... could you help me? I'm getting always error code 2 on the alert popup window. Build 610 Running on a WIndows 7 Ultimate machine.