$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [interprocess]files locations for mutex and named shm
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2008-09-11 17:41:33
Eugen Stoianovici wrote:
> the default location for named mutexes and named shared memory is
> %ROOT%\Documents and Settings\%USER%\Local
> Settings\Temp\boost_interprocess\... How can i change it?
> Thanks
You can't, unless you modify the code in:
boost/interprocess/detail/temp_dir_helper.hpp
Why do you want to change the location of those files?
Ion