How can I compile using Visual C++ 2008 and link against an older version of the C runtime (I want version 7 instead of 9)?
I think what you have to do is find the Linker -> Input property page for your project and tell it to specifically ignore msvcrtd.dll / msvcrt.dll and then explicitly link to the version you want (full path). Not sure what will happen if they have the same name...
1.4m articles
1.4m replys
5 comments
57.0k users