how to link to a specific version of windows CRT

Hi,there, I am using boost 1.42. The default CRT linked by it is like this: name='Microsoft.VC90.CRT' version='9.0.21022.8' Now I want to link to the another version, say, version="9.0.30729.4148", can anybody tell where and how to specify this option when I build the binary from source? Thanks in advance OrNot

2011/3/30 Mai Zi
Hi,there, I am using boost 1.42. The default CRT linked by it is like this:
name='Microsoft.VC90.CRT' version='9.0.21022.8'
Now I want to link to the another version, say, version="9.0.30729.4148", can anybody
tell where and how to specify this option when I build the binary from source?
YES OrNot

Hi,there, I am using boost 1.42. The default CRT linked by it is like this: name='Microsoft.VC90.CRT' version='9.0.21022.8' Now I want to link to the another version, say, version="9.0.30729.4148", can anybody tell where and how to specify this option when I build the binary from source? Thanks in advanceOrNot --- http://msdn.microsoft.com/en-us/library/cc664727(v=vs.90).aspx You can pass the appropriate macros into bjam: define="_BIND_TO_CURRENT_VCLIBS_VERSION=1" Regards, David.

Hi,there, I am using boost 1.42. The default CRT linked by it is like this: name='Microsoft.VC90.CRT' version='9.0.21022.8'
Now I want to link to the another version, say, version="9.0.30729.4148", can anybody tell where and how to specify this option when I build the binary from source?
It's the same major version, but another build/service-pack. So just download the most recent service-packs and updates for your Visual Studio.
participants (4)
-
David Ward
-
Igor R
-
Mai Zi
-
Roman Perepelitsa