Where to obtain Visual C++ Express runtime dlls

让人想犯罪 __ 提交于 2019-12-11 20:59:05

问题


I want to distribute msvcr100.dll and msvcp100.dll in the application local folder along with my .exe I don't want to use the vcredist_x86.exe installer, static linking or a msm merge module.

Where can I find the correct versions of these files? VC++ Express doesn't have a \Program Files\Microsoft Visual Studio 10.0\VC\redist\x86\ folder as described on msdn. I'm concerned about trying to take them from \Windows\System32 in case they're the wrong version or its somehow not correct.

来源:https://stackoverflow.com/questions/23405926/where-to-obtain-visual-c-express-runtime-dlls

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!