msvcr90d.dll not found in debug mode

后端 未结 7 1936
名媛妹妹
名媛妹妹 2020-12-10 05:12

I found MSVCR90D.dll not found in debug mode with Visual C++ 2008 question but none of given answers really gives answer to the question. Most of them point to turning off i

7条回答
  •  粉色の甜心
    2020-12-10 05:36

    Disclaimer: I'm no real a Win32 master :)

    I never used Qt Creator, but does it create a proper manifest for the exe?
    maybe the manifest is for a different version (SP1 for example) and you have only the RTM version.
    Are you using Vista? you can try to run SxsTrace to diagnose side by side issues.

提交回复
热议问题