Avatar of mammouth
mammouth
 asked on

How to Use mfc71d.dll not mfc71.dll

I made a little program. When i try to run it on another computer, it tell me mfc71.dll missing. The computer have mfc71d.dll. I don't want to give mfc71.dll in the installation package. There is a way to tell to the program to use the mfc71d.dll and not mfc71.dll ?

Thankx you
Visual C++.NET

Avatar of undefined
Last Comment
drichards

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
AlexFM

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
drichards

To add to that: You have a broken installation if mfc71 is missing and mfc71d is present.  The only way to get mfc71d is to install the development tools or to get it from someone else.  Typically it is mfc71d that is missing because you have accidentally distributed the debug version of a program or component.
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck