Cannot pass windows store certification kit
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):
- Use visual studio to create a windows store app, language use C#
- Include OpenCV dlls Right click on project => Add, Existing Item => choice OpenCV files
- Switch solution configuration, from “Debug” to “Release”
- Create App Packages Menu => Project => Store => Create App Packages => No => Next => Create
- Click “Launch Windows App Certification Kit”
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!