interProcessCommunication IPC

 

Hi,


currently, I am searching for a convenient way of two-way communication between an MT4 script and a javaProgram which is started by the script using ShellExecute().

The design should be appropriate for small size messages, not only really short status messages but also like 40 words messages.

I really have no experience in getting this to work under Windows and therefore have no idea where to start...

A good resource might be MSDN, e.g. http://msdn.microsoft.com/en-us/library/aa365574(VS.85).aspx

But still, if one really has no idea what it can look like, this doesn't help much.

Unfortunately, I am not experienced in writing DLLs.


I really appreciate any detailed comment, tip or trick from you on this matter.



Sincerely,


Daniel.

 

Unfortunately, you haveto use DLL.

 
well...OK, is anyone already using this kind of IPC for MT4 scripts and is willing to share some ideas?
Reason: