Mixing Static Libraries of C Code built from different versions of Visual Studio 2002 and later
问题 I have a static linkable library of C and Fortran routines compiled and linked together using the Visual Studio 2002 C (v7.0) Compiler and the Intel Fortran 9.0.018 Compiler. The C code in my library calls and links to the Microsoft C-RunTime (MSCRT) 2002 static libraries (single-threaded). I believe the actual version number of the 2002 CRT libraries is v7.0 I will refer to this static library as "vs2002if9.lib" Can I statically link to my "vs2002if9.lib" safely using any later version of