gabbins / Publications
Forum
OpenFileMappingA, sharing data between MQL4 and C++ program
Hi, I'm trying to get an MQL4 program to talk to a C++ program via memory space instead of file handling. I have run the following example successfully: http://msdn.microsoft.com/en-us/library/windows/desktop/aa366551(v=vs.85).aspx Now i'm trying to port the "second process" to MQL4. I'm trying to