how to ignore LNK2005 & LNK1169?
问题 So I have a Visual Studio 2010 project that uses external libraries and in order to get it compile without LNK2005 I had to juggle arround with the order of the libraries in the linker settings. I got it to compile fine in release mode, but for whatever reasons I don't manage to get it to compile without LNK errors in debug. Is there no way to generally ignore LNK2005 and tell the linker to simply use whatever he encounters first? Thanks! //edit: here are some of the errors output of the