I'm maintaining an old project, and now it has to work with another project build with a newer version of visual studio and a newer version of boost. To communicate with other processes, the first project uses a shared memory segment, so now the second project has to read this segment (and write to it) but not create it.
Is this possible? are there any restrictions? I don't seem to find any documentation about it.
Boost versions involved: 1.35 and 1.55 (it might be updated to 1.56) Visual Studio versions: 8.0 and 2013.