$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Reece Dunn (msclrhd_at_[hidden])
Date: 2005-11-02 17:23:50
Caleb Epstein wrote:
> On 11/2/05, Bronek Kozicki <brok_at_[hidden]> wrote:
> Anyone knows what _CRT_NOFORCE_MANIFEST means and/or is wiling to apply
>>the fix to CVS?
>
> Can't find any reference to that in the online help, but I guess you know
> that :) Where did you dig that option up?
The VC8 libraries (CRT, ATL and MFC) will add pragmas that add manifest
entries (Windows XP side-by-side DLL installs) for that library by
default. VC8 will then use that information to embed the manifest into
the executable. _CRT_NOFORCE_MANIFEST prevents these manifests being
automatically added.
NOTE: I currently have VC8 beta 2 (looking to upgrade shortly), and that
uses _STL_NOFORCE_MANIFEST (see the use_ansi.h header file).
- Reece