码迷,mamicode.com
首页 > 编程语言 > 详细

mfc110ud.dll not found

时间:2015-11-02 19:07:29      阅读:235      评论:0      收藏:0      [点我收藏+]

标签:

mfc110ud.dll not found while debugging vs2012 MFC application.

 

Possible Solutions: 

 

1) >>>>>>> Answered by magicandre1981 from Visual Studio 2013 - MSVCR110D.dll missing [duplicate]

The D version is the Debug Runtime. msvcr110 means it needs to C++ 2012 runtime. The file is not redistributable so you need to install Visual C++ 2012 or the 2012 C++ Express Edition, too. Maybe one of your 3rd party libs depend on this file.

Microsoft Visual Studio Express 2012 for Windows Desktop

 

2) >>>>>>> Answered by Michael Walz from mfc110ud.dll is missing for vc++ project on visual Studio 2012:

Run the release version of your program on the other system. It is normal that the debug version won‘t run on systems where VS2012 os not installed.

Additionally you might need to install the VS2012 redistributable package.

 

mfc110ud.dll not found

标签:

原文地址:http://www.cnblogs.com/cindy-hu-23/p/4930909.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!