c++ - Windows 8 / Metro Certification Requirements - How to check? -
c++ - Windows 8 / Metro Certification Requirements - How to check? -
in order application certified windows 8, microsoft says need "only utilize apis metro style apps" (reference)
is there tool can used check against existing c++ code find out if existing application in compliance?
use windows app certification kit (wack), installed part of windows 8 developer preview. can find instructions using on msdn:
"how test app windows app certification kit"
if want test existing libraries, can create metro-style app references libraries , run wack on app. (note, if want test static library, need exercise plenty of functionality app of functions linked in.)
c++ windows-8 windows-runtime microsoft-metro
Comments
Post a Comment