MSVCR90.DLL was not found

后端 未结 7 1968
再見小時候
再見小時候 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:37

    I have just been bitten by this and this page got me working again.

    The key is to ignore MSVCRT and MSVCR90 libraries for the debug configuration. Set your linker -> Input -> Ignore Specific Library setting to include the following:

    • MSVCRT
    • MSVCR90

提交回复
热议问题