开发者

Visual C++ Express 2008 error with MSVCP90D.dll

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜