Obj): error LNK2038: Mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' mismatch value 'MDd_DynamicDebug' (in Car.obj) #2341
Labels
question
Further progress depends on answer from issue creator.
Obj): error LNK2038: Mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' mismatch value 'MDd_DynamicDebug' (in Car.obj)
In the process of using these DLLs, I found that:
\Lib \ shaderc_shared.lib
\Lib \ spirv cross core lib
\Lib \ spirv cross glsl.lib
and
\Lib \ shaderc_sharedd.lib
\Lib \ spirv cross cored.lib
\Lib \ spirv cross glsld.lib
They are all the same, they are all MD-DynamicRelease
I want to use the debug version of the DLL because they can be used together with other debug commands.
The text was updated successfully, but these errors were encountered: