当前位置:
首页 >
LNK1104: cannot open file MSVCRTD.lib
发布时间:2024/5/8
87
豆豆
生活随笔
收集整理的这篇文章主要介绍了
LNK1104: cannot open file MSVCRTD.lib
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
在VS2017中调试一个C语言项目,运行提示:
LNK1104 cannot open file MSVCRTD.lib
解决办法:
在VS安装程序中添加“VC++2017 version 15.9 v14.16 Libs for Spectre(x86 and x64)”
问题解决。
参考:https://stackoverflow.com/questions/6228112/link-fatal-error-lnk1104-cannot-open-file-msvcrtd-lib
总结
以上是生活随笔为你收集整理的LNK1104: cannot open file MSVCRTD.lib的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: Android 仿拼多多可水平滚动Rec
- 下一篇: VC++ SafeInt