How to select the version of the VC 2008 DLLs the application should be linked to?
问题 I'm using Visual Studio 2008 SP1 for C++. When compiling, Visual Studio needs to choose against which version of the CRT and MFC DLLs the application should be linked, version 9.0.21022.8 (= RTM), 9.0.30729.17 (= SP1) or 9.0.30729.4148 (= SP1 with security update). I'd like to know how you can choose which of both versions will be linked against. Does anyone know? Note : this is important when using a private assembly, because you need to know which versions of the VC 9.0 DLLs to copy along