Subject: Re: [Boost-users] using Boost.Interprocess with different compilers
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2009-06-17 10:23:38


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