c++-winrt

Tag

Cards List
#c++-winrt

The perils of binding to value types in XAML

The Old New Thing (Raymond Chen) · 2026-09-02 Cached

This blog post discusses a technical pitfall in XAML where binding to value types leads to navigation failures with assistive tools due to copy-by-value semantics, and suggests using runtime classes with helper libraries like wil to avoid the issue.

0 favorites 0 likes
#c++-winrt

Making an agile version of a Windows Runtime delegate in C++/WinRT, part 8

The Old New Thing (Raymond Chen) · 2026-07-29 Cached

The article discusses a fix for exception safety in C++/WinRT when creating an agile delegate, addressing the issue of unspecified lambda capture construction order to prevent reference leaks.

0 favorites 0 likes
#c++-winrt

Making an agile version of a Windows Runtime delegate in C++/WinRT, part 4

The Old New Thing (Raymond Chen) · 2026-07-23 Cached

This article discusses implementing an agile Windows Runtime delegate in C++/WinRT, focusing on using CoGetContextToken to compare context tokens for efficiency instead of comparing COM objects.

0 favorites 0 likes
← Back to home

Submit Feedback