MSVCP90.dll not found?

后端 未结 6 784
南笙
南笙 2021-01-02 08:20

in my project if compile project in release, it asks me MSVCP90.dll.

if it is debug, it does not...

have you ever met such a situation?

and do you kn

6条回答
  •  春和景丽
    2021-01-02 08:51

    There are several files that make Visual C++ Run-time and you can have the same problem with any of them. You might take a look at other questions regarding any of the following files.

    • msvcP90.dll
    • msvcP90d.dll (debug version of msvcP90.dll)
    • msvcR90.dll
    • msvcR90d.dll (debug version of msvcR90.dll)

提交回复
热议问题