Olga Smirnova / Publications
Forum
Syntax for calling AutoIt compiled Script (.exe) using ShellExecuteW in MT4 EA
Using the below syntax to send values from EA to AutoIt compiled script as below. double value1 =234 double value2 = 678 double value3 = 888 ShellExecuteW(0,0,"D:\tstScript.exe","value1 value2 value3","",1); Getting below error Access violation read to 0x000000EA in