$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Interprocess] How to prevent collision of mapping addresses with DLL Loading on Windows?
From: Eric J. Holtman (eric_at_[hidden])
Date: 2009-12-14 10:20:40
pheres wrote:
>
> For all other DLL's it would be enough to relocate some where
> (thats apparently what's windows doing) but not inside the
> configured region.
> Or do I miss something?
Right.... I just wondered how it would work if two
programs want the same region. It obviously can't.