-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
I'm trying to use swift-winrt to generate bindings for Windows.Win32.winmd from the Win32Metadata project, specifically for the CreateDispatcherQueueController function. However, if I invoke it in the following way:
swiftwinrt.exe -include Windows.Win32.System.WinRT.Apis -reference Windows.Win32.winmd
- then I get an error message that there's no class Apis found. And in fact, no matter which namespace I specify (e.g. Windows.Win32), it always tells me that no such class was found.
I wonder, is it me doing something wrong, or does swift-winrt make some assumptions about the Windows namespace? 🤔
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels