Hello,
I am in a project which deals with communication with different processes written in different languages. So we choose writting the common data in a shared memory.
Can anyone let me know how to create shared memory and also how to read from it.
I tried using CreateFileMapping and OpenFileMapping API to do this. But the problem is there was no compatibility, since the communication is between different languages(VC++ 6.0 and VB 6.0). Sometimes it crashes or it gives value which is not the value that was written earlier.
Can anyone please help me in this with sample code. Thanks in advance.
Prince
