visual studio linker warning LNK4098
I have a dll project in which, when in Release configuration I build the project, I get the following warning: MSVCRT.lib(cinitexe.obj) : warning LNK4098: defaultlib 'msvcrtd.lib' conflicts with use of other libs; use /NODEFAULTLIB:library It's just a warning but I dunno if this should be taken into account. For what I've found out, they are both multithread libs, normal and debugging versions. My dll uses multithreading and I can debug it, although I use boost:thread for it, so I really dunno if I need this Windows specific libraries for debugging or Release building... Kind regards, Alex