Cannot pass windows store certification kit

asked 2013-08-12 22:47:06 -0600

Allen Liu gravatar image

Hi all,

When I try to submit a windows store app with opencv dlls, it's failed to pass certification.

Any way to build these dlls for passing this step? Actually, I have build opencv dlls by following this

link: http://goo.gl/N1OF2i

but there still error because of unsupported APIs, the following is my testing steps(x86 project):

  1. Use visual studio to create a windows store app, language use C#
  2. Include OpenCV dlls Right click on project => Add, Existing Item => choice OpenCV files
  3. Switch solution configuration, from “Debug” to “Release”
  4. Create App Packages Menu => Project => Store => Create App Packages => No => Next => Create
  5. Click “Launch Windows App Certification Kit”
  6. WACK test report fail cause OpenCV dlls contains unsupported APIs

    Such as : API ?_Orphan_all@_Container_base0@std@@QAEXXZ in msvcp100.dll is not supported for this application type. opencv_imgproc243.dll calls this API. API ?_Swap_all@_Container_base0@std@@QAEXAAU12@@Z in msvcp100.dll is not supported for this application type. opencv_imgproc243.dll calls this API

I know that opencv supports WinRT from version 2.4.5, but when I include dll with version 2.4.5,

it's still failed, any way to build dll for windows store app? Thank you all!

edit retag flag offensive close merge delete