I upgraded my Windows RT 8.0 project to target Windows RT 8.1 project in Visual Studio 2013, and now it gives me following linking error:
error LNK2038: mismatch detected for 'vccorlib_lib_should_be_specified_before_msvcrt_lib_to_linker': value '1' doesn't match value '0' in MSVCRT.lib(appinit.obj)
Any ideas what's this error about?