如何解决"MSVCRED" conflicts...的编译警告?

问题提出]
  
经常会有网友问到下面的编译警告:LINK : warning LNK4098: defaultlib "MSVCRTD" conflicts with use of other libs; use /NODEFAULTLIB:library
  [
解决方法]
  
再菜单种选择顺序:
    
选择顺序Project->Settings->Link->CateGory->input->ignore libraries,并在ignore librarties的编辑框中添入MSVCRTD.Lib.

posted @ 2010-04-21 21:23  叮当小马  阅读(365)  评论(0)    收藏  举报