I'm trying to link to this INI reader/writer library, but Visual Studio 2012 is giving me a linker error:
warning LNK4098: defaultlib 'msvrct.lib' conflicts with use of other libs; use /NODEFAULTLIB:library
So I try that, and then it gives me four more errors (unresolved external symbols), one of which is __imp__fprintf
, two of which are a bunch of gibberish and the third of which is 3 unresolved externals
. I have no idea how to fix this, and would really like to use the library.