计算机丢失mfc140ud.dll,mfc140ud.dll missing

Hello,

I recently updated to Visual Studio Community 2017. I then worked on one of my solutions and built a C++ Unmanaged DLL. When I try to use this DLL on the client computer I got an API error saying that some of the files are missing. I then proceeded to use

the Dependency Walker and SysInternal's  Process Monitor and I have determined that the culprit MUST have been redistributables on C++ because the client computer is MISSING mfc140ud.dll.

There are also about 50 additional DLLs which are missing from the client, but this one is the most egregious one.

The pickle I am in is that  Microsoft does not list 2017 C++ Redistributable as supported, yet.

Does anyone have any suggestions?

Thank you!

~*UPDATE*~

Thank you Stephen and Willy for providing the links which allowed me to download all the different versions of the Runtime. However, the answer was found somewhere else. The DLL is NOT copied by the runtime because it is a

DEBUGDLL, used by VS internally. You have to build the DLL as RELEASE to have your DLL not look at this DLL anymore. Goes without saying, this debug version of the MFC is not available on ANY client PC unless you load VS or the Debugging suite

for VS. At any rate, once I changed the Active Configuration on the project from Debug to Release and built the new DLL, the  newly-built unmanaged DLL stopped looking for the offending DLL and started using standard DLLs included in the Redist Packages.

Moral of the story: when you have multiple projects inside of a solution, make sure ALL your projects show "Release" in the configuration manager!

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值