0

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.

theStandard
  • 212
  • 2
  • 9
  • possible duplicate of [Resolving LNK4098: defaultlib 'MSVCRT' conflicts with](http://stackoverflow.com/questions/3007312/resolving-lnk4098-defaultlib-msvcrt-conflicts-with) – Axalo Mar 01 '15 at 05:25
  • I looked there first and tried linking against all four versions of the CRT libraries, that didn't work either, and is exactly why I posted the question. – theStandard Mar 01 '15 at 05:27

0 Answers0