MSVCR90.DLL was not found

后端 未结 7 1969
再見小時候
再見小時候 2020-12-15 09:10

I know a question like this was already asked, but the situation is a little different, and all the answers on that problem didn\'t work for me.

I\'m trying to compi

7条回答
  •  一整个雨季
    2020-12-15 09:30

    Go to your Project settings, Configuration Properties->C/C++->Code Generation and change Runtime Library from Multi-Threaded DLL to Multi-Threaded and then try to compile but it won't. Then change it to Multi-Threaded Debug and try to compile ,but it won't again and then you change it back to Multi-Threaded DLL and then it should compile and run.

提交回复
热议问题