Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

mfc110ud.dll is missing for vc++ project on visual Studio 2012

I wrote a vc++ project in vc++ using VS 2012 IDE. Its working well and good in my system. When I am trying to run on other system (In which he is not having VS2012), we are getting "MFC110ud.dll is missing" error(first pic). I tried to manually place that dll but it is saying illegal usage of mfcud.dll (second pic).

Can some one guide me, how to clear that????

enter image description here enter image description here

like image 611
krishna Avatar asked Dec 03 '25 23:12

krishna


1 Answers

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.

like image 146
Jabberwocky Avatar answered Dec 05 '25 13:12

Jabberwocky



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!