开发者

msvcr90d.dll not found

I have been working in a project that have been working wothount problems till today. Suddenly I have an error that "msvcp90d.dll not found" and program don't run into VS2008. In the last time the only dependency I have added is ftgl font ren开发者_运维百科dering, but it has no sense.

What could be the casue of the problem?

Update: I think that my problem is another. When I clean and rebuild, the error message is "msvcr90d.dll not found". Some advice?


msvcp90d is c++ stl library debug version. it is used automatically when you use standard c++ libraries.

Since this is debug library it is not supposed to be used in production environments. Possible reason why it is missing on computer where Visual Studio is installed is that you don't have debug libraries installed that computer. Use Visual Studio installation DVD and check it.

update: You can also setup your project to work without that dll file. Go to Project properties, then open Configuration properties - C/C++ - Code Generation tab. Set Runtime Library option to something without DLL in its name. (There are two versions: Release and Debug, use the one corresponding to your project'c configuration.)

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜