-
We currently call `RoGetActivationFactory()` on every single (wrapped) constructor or static function call.
This should be optimized by caching activation factories. An explanation of what's done i…
-
I encountered a compilation error while building my Flutter application for Windows using the version 1.2.0. The error occurs when using the flutter_windows_notification plugin. Below are the details …
Ergul updated
4 months ago
-
…
-
I had to add these cxx and c flags in order to get cmake to compile my library, is this something that should be added directly to xwin or is there some reason why `/include` and `/include/winrt` and …
-
Any chance Brian Beecher could finish the conversion of the cppwinrt branch to C++/WinRT throughout (some bits are still C++/CX) and then swap in the vcpkg version of ffmpeg? This would bring the lib…
-
Latest Windows SDK version seems to be used for Windows package build and release.
This forces user to use the latest version as well.
A variable in the build should be available to set it to a ver…
-
Following up on https://github.com/microsoft/cppwinrt/pull/1323#issuecomment-1605251082, I'd like to create a PR that adds it to WIL. However, I am unsure whether this would be the correct project or …
-
Windows 10 has been exposing APIs via [Windows Runtime (WinRT) APIs](https://learn.microsoft.com/en-us/uwp/api/?view=winrt-22621). These APIs can also be used on Desktop, not just for Windows Store f…
-
If a view manager exposes a usercontrol or any IDL type, the xaml type info needs to be added to the consuming app's pch.h. This is standard for XAML and is a pain that developers often run into (if y…
-
```
C:\Users\akonoval\src\include_hext>clang++.exe -v -I include\oneapi\dpl\stdpar -I include -O0 -g -w -S test.cpp
clang version 17.0.0 (https://github.com/intel/llvm 1a5e53216b009177c73dfd6d644a5c…