Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个程序,它依赖于MSVCR90.dll我与主要可执行文件一起提供的库:
MSVCR90.dll
ProgramFolder\Main.exe ProgramFolder\MSVCR90.dll
我想知道当有新的更新可用(例如修复安全问题)时,我提供的更新是否会优先于System32或SxS.
System32
SxS
有没有办法以编程方式知道正在使用哪个版本的 C 运行时?
您可以检查可执行文件的导入标头以查找它引用了哪个版本的 C 运行时。从 system32 目录中删除它不会有帮助,而是会造成崩溃。