linker tools warning lnk4098
you are trying to link with incompatible libraries. 【程序编程相关:IndexOf 方法 】
defaultlib "library" conflicts with use of other libs; use /nodefaultlib:library 【推荐阅读:C# 1.x 实现 "强类型元】 important the run-time libraries now contain directives to prevent mixing different types. you’ll receive this warning if you try to use different types or debug and non-debug versions of the run-time library in the same program. for example, if you compiled one file to use one kind of run-time library and another file to use another kind (for example, single-threaded versus multithreaded) and tried to link them, you’ll get this warning. you should compile all source files to use the same run-time library. see the use run-time library (md, /ml, /mt, /ld) compiler options for more information. ... 下一页