Simon Mourier
Simon Mourier
You do this: if (bFirstPacket && AUDCLNT_BUFFERFLAGS_DATA_DISCONTINUITY == dwFlags) { LOG(L"%s", L"Probably spurious glitch reported on first packet"); } else if (0 != dwFlags) { LOG(L"IAudioCaptureClient::GetBuffer set flags to 0x%08x...
**Describe the bug** With AOT, GeneratedComClasses and GeneratedComInterfaces and with runtime marshaling disabled, I'm trying to create a COM class that derives from a C#/WinRT generated interface, for example IGeometrySource2D...
# Discussion: Simplify WinUI3 deployment for unpackaged Win32 desktop app. Today (and this has been like that for about 20 years...) if I want to write any kind of UI...
### Description I'm developing a WinUI3 application. When not publishing AOT, it works, but when adding `true,` it throws ``` System.NotSupportedException: 'Cannot retrieve a helper type for generic public type...