Beantwortet Metro App application using Metro App dll

  • Mittwoch, 2. Mai 2012 22:28
     
     

    I built a Metro App .exe.

    I also built a Metro App Dynamic library.

    My app uses my dll.

    Qs 1: I should be able to package both as one package and submit to the Store. Right?

    ----

    My dll uses WINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP flag and calls WIN32 apis internally.

    My app does not call any WIN32 api, however.

    MS Dev 11 Menu / Store does not Certify any Dlls; it only certifies an application.

    So, will my Metro App application (which uses a Metro App dll, which makes some WIN32 calls) get certified, or will it fail? If so, how?

Alle Antworten

  • Donnerstag, 3. Mai 2012 01:10
    Moderator
     
     Beantwortet

    The DLL is part of the App and would be required to pass certification. If it uses API which aren't allowed for Metro style apps then the app would fail certification.

    You can test this by deploying your app and running the Windows App Cert Kit on it.

    --Rob