Hello, In recent days I have researched about how to make shared variables This code is designed to give the ability to: [Autoit A <-in/out--> Autoit B] [C++ <--in/out--> Autoit] [C++ A <--in/out--> C++ B]     Key points: Share variables between number of processes using the memory (ram). It does not share the information through file (like ini or something like that). it works on pure memory.  Share variables between 1+