高级会员
注册日期: 06-11
帖子: 1527
精华: 15
现金: 6353 标准币
资产: 6353 标准币
|
【转帖】warning LNK4098: defaultlib "MSVCRTD" conflicts with use of other libs; use /NODEFAUL
[问题提出]
经常会有网友问到下面的编译警告:LINK : warning LNK4098: defaultlib "MSVCRTD" conflicts with use of other libs; use /NODEFAULTLIB:library
[解决方法]
1)VC6.0 菜单选择顺序:
选择顺序Project->Settings->Link->CateGory->input->ignore libraries,并在ignore librarties的编辑框中添入MSVCRTD.Lib
|