I am writing a supplement for an application that is installed on an unsupported version of Windows, and it is not possible to change any software. The system has Visual C ++ redistributable 2008 installed. 90 version. I collect everything on VS2015 and I can choose 120 and 140 MFC versions when building, respectively. I have msvc ++ redist 2008 installed on my system, but I cannot specify this version when compiling; Visual studio does not offer this option. As in the compilation parameters, specify a specific version of the libraries for which I want to build a binary, because I do not want to link statically.

    0