您的位置:首页 > Web前端 > Node.js

warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library

2015-04-16 10:45 549 查看
链接警告内容:warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library;

具体原因网上有很多解释,链接有:http://www.cnblogs.com/bpbp/archive/2011/07/13/2104816.html;

链接警告的解决方法:工程属性---> Linker ----> Input --->Ignore Specific Default Libraries 下添加忽略项msvcrt.lib 即可。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐