I create C++ Runtime component(Universal Windows) project which a reference to libyuv.lib (a google library). After I set the reference and build for x64, and I got an error "LINK : fatal error LNK1104: cannot open file 'LIBCMT.lib'". But In another visual C++ console project (win 32), I set the same reference to libyuv.lib library. It works. Please help me resolve the issue. Any help/comment will be highly appreciated. Thanks.
Josh