合并模块如何工作以及如何为我未安装的 Visual Studio 版本获取合并模块?

发布于 2025-01-04 12:01:01 字数 823 浏览 1 评论 0 原文

我有一个依赖于 VS 2005 的供应商依赖项。根据 Depends.exe,它匹配: x86_microsoft.vc80.mfc_1fc8b3b9a1e18e3b_8.0.50727.5592_none_cbf62b764709d1c9\MFC80.DLL x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.5592_none_d09196c24426e2d4\MSVCR80.DLL x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.5592_none_d09196c24426e2d4\MSVCP80.DLL

我是否必须获得具有此确切版本的合并模块,还是可以使用更高版本?我在以下列出的可再发行版本中找不到此版本: http://blogs.msdn.com/b/astebner/archive/2007/01/24/updated-vc-8-0-runtime-redistributable-packages-are-included-in-visual- studio-2005-sp1.aspx

事实上,版本似乎较低,所以我不确定什么是“更高版本”。我需要在不安装 2005 的情况下获得这个合并模块,因为我自己实际上并不使用 2005 进行编译。

I have a vendor dependency that depends on VS 2005. According to Depends.exe it matches to:
x86_microsoft.vc80.mfc_1fc8b3b9a1e18e3b_8.0.50727.5592_none_cbf62b764709d1c9\MFC80.DLL
x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.5592_none_d09196c24426e2d4\MSVCR80.DLL
x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.5592_none_d09196c24426e2d4\MSVCP80.DLL

Do I have to get a merge module with this exact version or can I use a later one? I can't find this version in the redistributables listed at:
http://blogs.msdn.com/b/astebner/archive/2007/01/24/updated-vc-8-0-runtime-redistributable-packages-are-included-in-visual-studio-2005-sp1.aspx

In fact the versions seem to be lower so I'm not sure what constitutes a "later" one. I need to get this merge module without installing 2005 since I don't actually compile with 2005 myself.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

冰雪之触 2025-01-11 12:01:01

That's the version of Visual C++ runtime and MFC from security update MS11-025. Updated merge modules are available only as part of the Visual Studio 2005 SP1 security update. The redistributables themselves are available separately.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文