visual-studio - Visual Studio 2003 合并模块

标签 visual-studio visual-studio-2005 installation visual-studio-2003 merge-module

我正在使用 Visual Studio 2005 进行安装。该应用程序依赖于使用 MFC 7.1(来自 Visual Studio 2003)构建的 DLL。

是否有适用于 MFC 7.1 或其他可再发行组件(如 MFC 8 的合并模块)的合并模块?哪里可以找到它们?

最佳答案

这些合并模块通常位于%ProgramFiles%\Common Files\Merge Modules。

查找这些文件:

  • vc_user_crt71_rtl_x86_---.msm(具有 msvcr71.dll)
  • vc_user_mfc71_rtl_x86_---.msm(具有 mfc71.dll)
  • vc_user_STL71_rtl_x86_---.msm(具有 msvcp71.dll)
  • vc_user_mfc71_loc_rtl_x86_---.msm(具有 mfc71*.dll 本地化版本)

关于visual-studio - Visual Studio 2003 合并模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/198852/

相关文章:

visual-studio - 忘记了VS Project pfx文件的密码

c# - 如何为我的程序设置任务管理器描述?

node.js - 快速 JS 安装

c# - 通过 API 在 Team Services 中创建工作项

c# - 如何在 VS WebTest 中发布 Json 对象?

vb.net - 是否有任何工具可以为 Visual Studio 2008/2005 转换多行文本?

sql-server - SQL Server 2014安装失败: An error occurred for a dependency of the feature causing the setup process for the feature to fail

android - 安装更高版本的 apk 时出现解析错误

c++ - 链接错误libboost_filesystem-vc140-mt-1_61.lib,但我有boost_filesystem-vc140-mt-1_61.lib

c# - 在同一应用程序中使用 VB.NET 和 C#?