Dominik Holler wrote:
Hi,
is it possible to communicate between multiple programs using
Boost.Interprocess, if the programs are compiled with different
compilers e.g. MSVS 7.1 and MinGw gcc 3.4.5 ?
No, because the ABI should be exactly the same.
Best,
Ion