
2 Nov
2005
2 Nov
'05
10:23 p.m.
Caleb Epstein wrote:
On 11/2/05, Bronek Kozicki <brok@rubikon.pl> 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