Possible Duplicate:
Shared memory between 2 processes (applications)
Hello,
I need to store data into a particular fixed memory address because i need to read this data from another process.
So, every time I execute the program the address must remain the same.
Is there any way to do it?
thanks