I have a project that compiles normally and i need to use tinyxml2 library in it, but when i add it there appears 2 linking errors
Error LNK2038 mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2'
error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MDd_DynamicDebug'
i can't say for sure, but maybe thats msvc-only issue because i never was facing such problem in clang