I am trying to run an application that I recently developed on another computer, and which I compiled using VS2013.
Running it, I get:
The program does not start because mfc120ud.dll is missing from your computer. Try reinstalling the program to fix this problem.
I searched mfc120ud.dll from the net, but without any results. I copied / pasted this dll file from the computer on which I developed this application to the system32 of another computer, this means:
C: \ Users \ u \ System32 \ mfc120ud.dll is either not designed to work on Windows or it contains an error. Try installing the program again using the original installation media, or contact your system administrator or software vendor for support.
Knowing that the computer I'm working on is 64-bit and the other 32-bit, and that I copied / pasted the version of mfc120ud.dll from System32, how can I fix this?
source
share