MSVCR90D.dll

http://stackoverflow.com/questions/218747/msvcr90d-dll-not-found-in-debug-mode-with-visual-c-2008

I had the same problem, but fixed it by turning off incremental linking (Project properties... Linker... General... Enable Incremental Linking: No).

http://stackoverflow.com/questions/925540/how-to-resolve-the-following-linker-errors-in-visual-studio

原文地址:https://www.cnblogs.com/jjj250/p/4930407.html