Skip to content

Instantly share code, notes, and snippets.

@ttldtor
Created February 11, 2020 20:04
Show Gist options
  • Save ttldtor/b270f70e86bee0d3711791d0d6d09546 to your computer and use it in GitHub Desktop.
Save ttldtor/b270f70e86bee0d3711791d0d6d09546 to your computer and use it in GitHub Desktop.
gtest.lib(gtest-all.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in TestJson.obj [D:\w\hhh\lab1\bui ld\tests.vcxproj]
gtest.lib(gtest-all.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MDd_DynamicDebug' in TestJso n.obj [D:\w\hhh\lab1\build\tests.vcxproj]
gtest.lib(gtest-all.obj) : warning LNK4099: PDB 'gtest.pdb' was not found with 'gtest.lib(gtest-all.obj)' or at 'D:\w\hhh\lab1\build\Debug\gtest.pdb'; linkin g object as if no debug info [D:\w\hhh\lab1\build\tests.vcxproj]
gtest_main.lib(gtest_main.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in TestJson.obj [D:\w\hhh\la b1\build\tests.vcxproj]
gtest_main.lib(gtest_main.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MDd_DynamicDebug' in T estJson.obj [D:\w\hhh\lab1\build\tests.vcxproj]
gtest_main.lib(gtest_main.obj) : warning LNK4099: PDB 'gtest_main.pdb' was not found with 'gtest_main.lib(gtest_main.obj)' or at 'D:\w\hhh\lab1\build\Debug\g test_main.pdb'; linking object as if no debug info [D:\w\hhh\lab1\build\tests.vcxproj]
LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library [D:\w\hhh\lab1\build\tests.vcxproj]
D:\w\hhh\lab1\build\Debug\tests.exe : fatal error LNK1319: 4 mismatches detected [D:\w\hhh\lab1\build\tests.vcxproj]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment