Memory Mapping – library MetaTrader 5

Memory Mapping - library for MetaTrader 5
This project (Visual C++ 2010) contains 2 classes – CMemMapApi и CMemMapFile. They designed for working with memory mapped files. You can: Create file in memory; Write and read data from memory mapped file; It provides an opportunity to exchange data between applications, including MetaTrader 4 и МetaТrader 5. Using memory mapped files you can … Read more

File Mapping without DLL – library MetaTrader 5

File Mapping without DLL - library for MetaTrader 5
The classes (conveted from C++ to MQL5) for working with memory mapped files. The C++ project was published in CodeBase: Memory Mapping. The example script is included. PS. Special thanks to  Renat and Nikolay for the idea. This example can be used for working with different WinAPI functions without writing of additional DLLs. File Mapping … Read more