vote up 2 vote down star
1

I am using Visual Studio 2005 to make an install. The application has a dependency on a DLL that was built with MFC 7.1 (from Visual Studio 2003).

Are there merge modules for MFC 7.1 or other redistributables like there are for MFC 8? Where could they be found?

flag

52% accept rate

2 Answers

vote up 3 vote down check

These merge modules are usually located in %ProgramFiles%\Common Files\Merge Modules.

Look for these files:

  • vc_user_crt71_rtl_x86_---.msm (has msvcr71.dll)
  • vc_user_mfc71_rtl_x86_---.msm (has mfc71.dll)
  • vc_user_stl71_rtl_x86_---.msm (has msvcp71.dll)
  • vc_user_mfc71_loc_rtl_x86_---.msm (has mfc71*.dll localized versions)
link|flag
vote up 0 vote down

I would expect the merge modules for MFC 7.1 to be in %ProgramFiles%\Microsoft Visual Studio .NET 2003\redist, assuming that you have Visual Studio 2003 installed. (However, I can't verify that because I don't have Visual Studio on this PC.)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.