I get the following error in relation with a live555 library:
error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MDd_DynamicDebug in main.obj
I changed the Runtime Library in the Project Settings and main.cpp-Settings to 'Multithreaded-DLL (/MD)'.
However, I still get the error. It's like it doesn't change the Runtime Library even though I changed it in the settings.
Do you have an idea why?
I noticed that the error is gone when I remove include <string>
. How can that be related?