mismatch detected for 'vccorlib_lib_should_be_specified_before_msvcrt_lib_to_linker': value '1' doesn't match value '0' in msvcrtd.lib
问题 I have a C library project for UWP. There are some C files which are calling C++ WINRT functions defined in CPP file.It is compiling successfully and generating a library file(LIB). I am compiling in Visual Studio 2015 with update 1 and target platform is 10.0.10240.0 But, I want to generate DLL instead of LIB file. Here's the changes I did to change the project so that it generates DLL instead of LIB. Try1: So, In the startup project, In Configuration Properties => General I change