开发者

Visual C++ Express 2008 error with MSVCP90D.dll

开发者 https://www.devze.com 2023-01-16 14:00 出处:网络
When i Try to Build My source code ,it saysMSVCP90D.dll missing. I\'d like to know how to correct this

When i Try to Build My source code ,it says MSVCP90D.dll missing. I'd like to know how to correct this

Tha开发者_StackOverflownks


The D in the library name signifies that it's a debug-mode runtime for VC 2008. Ensure that you haven't made any changes to the debug and release settings of your project, particularly the run-time /MDd in the "code generation" section.

This error would appear when you run your code, not when you build it. Rebuild the project.

0

精彩评论

暂无评论...
验证码 换一张
取 消