I use Windows 2008 server 64 bit, can I use shell32.dll?

 

this is the source in mq5 


 

#import "shell32.dll"

int ShellExecuteW(int hwnd,string Operation,string File,string Parameters,string Directory,int ShowCmd);

#import




 
codeidea:

this is the source in mq5 

#import "shell32.dll"

int ShellExecuteW(int hwnd,string Operation,string File,string Parameters,string Directory,int ShowCmd);

#import

Try it and you'll know. It works on Win7 64 bits.