14 May
2013
14 May
'13
8:26 p.m.
14.05.2013 9:56, Holger Grund пишет:
VC++ 10 and 11 dont use sxs isolation for runtime libs any more. IOW, you dont need a manifest for the CRT in VS2010&2012. SxS isolation is not the only reason to have manifest. Fair enough. That has nothing to do with the compiler version, though. Toolset is not just a compiler. It is (in Windows) compiler+CRT+STL+WindowsSDK+ATL+MFC. In our case, the manifest is generated for the msvc-9.0 toolset because of the CRT headers that are shipped with the msvc-9.0 compiler.
-- Best regards, Sergey Cheban