开发者

How can I configure Visual C++ project to use 9.0.30729 runtime version instead of 9.0.21022

开发者 https://www.devze.com 2022-12-27 11:26 出处:网络
I am building a Win32 C++ project on VS2008 SP1. In created .manifest file I see <assemblyIdentity

I am building a Win32 C++ project on VS2008 SP1. In created .manifest file I see

<assemblyIdentity 
    type='win32'
    name='Microsoft.VC90.DebugCRT' 
    version='9.0.21022.8'
    processorArchitecture='x86' 
 开发者_运维技巧   publicKeyToken='1fc8b3b9a1e18e3b' />

How can I get it compiled against 9.0.30729?


Add
#define _CRT_ASSEMBLY_VERSION "9.0.30729.1"
to your project. Preverably to the stdafx.h.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号