microsoft / AISkillsForWindows

Contains samples for implementing Windows Skills by extending the preview base API and using exsting skill packages

Home Page:https://docs.microsoft.com/en-us/windows/ai/windows-vision-skills/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Win32 Consume Windows Skill without Application Manifest

huytn22 opened this issue · comments

I'm writing a win32 dll and using Windows Vision Skill to process input image, my dll will be loaded automatically by system process, however I don't have permission to edit application manifest.
I got exception "ClassFactory cannot supply requested class".

Does anyway to load Windows Vision Skill inside a win32 dll without using application manifest?

not to my knowledge no sadly, there needs to be a manifest listing the API entry points