warning LNK4098: defaultlib "LIBC" conflicts with use of other libs; use /NODEFAULTLIB:library
What is going on?
I am linking to a lib I created, it all works just fine, cept that warnning..
Printable View
warning LNK4098: defaultlib "LIBC" conflicts with use of other libs; use /NODEFAULTLIB:library
What is going on?
I am linking to a lib I created, it all works just fine, cept that warnning..
That lib was built against a different version of libc than your current app. Look in the project options, runtime library.