windows store certification kit - c++ library validation issues
问题 I'm trying to port a c++ library to universal windows for a windows store app. Using x86 developer command prompt in visual studio 2015 v14.0.24720.00 update 1 on Windows 10. Wondering what I'm doing wrong - everything compiles and links fine with the following flags: cl /nologo /FoBuild\Obj\Windows\Release\[OBJ_FILE].obj /c /MD /Ox /W4 /EHsc /FRBuild\Obj\Windows\Release\ -DDEFINE_LITTLE_ENDIAN -DDEFINE_TRACE -D_CRT_SECURE_NO_WARNINGS -DDEFINE_WINDOWS_UNIVERSAL /AI "C:\Program Files (x86)