MSVCRTD.lib(cinitexe.obj) : warning LNK4098: defaultlib msvcrt.lib conflicts with use of other libs; use /NODEFAULTLIB:library -- What does this mean and how can I fix it?

This happens because Qt is linked against the release version of the C runtime
and your application is built with debug symbols. You need to rebuild Qt in
debug mode or the application in release mode.

No comments

Write a comment

Sorry, you must be logged in to post a comment.