The program can't start because mfc120ud.dll is missing from your computer

前端 未结 4 1360
深忆病人
深忆病人 2021-01-13 01:57

I\'m trying to run an application that I\'ve recently developped onto another computer and which I\'ve compiled using VS2013.

Running it I get:

<
4条回答
  •  长发绾君心
    2021-01-13 02:26

    For me, I build the project using VS2013 xp mode. Then deployed on window XP system. Then I got error that mfc120ud.dll is missing. I installed vcredist.exe for vs2013, which fixed the issue. I am able to run my MFC app.

提交回复
热议问题