RSS Parrot

BETA

🦜 The Old New Thing

@devblogs.microsoft.com.oldnewthing@rss-parrot.net

I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline! Brought to you by the RSS Parrot.

---

Your feed and you don't want it here? Just e-mail the birb.

Site URL: devblogs.microsoft.com/oldnewthing

Feed URL: devblogs.microsoft.com/oldnewthing/feed

Posts: 12

Followers: 15

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

Published: July 24, 2026 14:00

Making sure to use the non-agile delegate non-agile-ly. The post Making an agile version of a Windows Runtime delegate in C++/WinRT, part 5 appeared first on The Old New Thing.

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

Published: July 23, 2026 14:00

Optimizing the context check. The post Making an agile version of a Windows Runtime delegate in C++/WinRT, part 4 appeared first on The Old New Thing.

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

Published: July 22, 2026 14:00

The object that actively refuses to be marshaled. The post Making an agile version of a Windows Runtime delegate in C++/WinRT, part 3 appeared first on The Old New Thing.

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

Published: July 21, 2026 14:00

Short-circuiting the easiest case. The post Making an agile version of a Windows Runtime delegate in C++/WinRT, part 2 appeared first on The Old New Thing.

Why has the display control panel pointer truncation bug gone unfixed for so long?

Published: July 17, 2026 14:00

It's fixed, but the fix isn't getting there. The post Why has the display control panel pointer truncation bug gone unfixed for so long? appeared first on The Old New Thing.

Speculating on how the buggy control panel extension truncated a value that it had right in front of it

Published: July 16, 2026 14:00

Inferring the code's history. The post Speculating on how the buggy control panel extension truncated a value that it had right in front of it appeared first on The Old New Thing.

The case of the invalid function pointer when shutting down the display control panel

Published: July 15, 2026 14:00

Watching the bits disappear. The post The case of the invalid function pointer when shutting down the display control panel appeared first on The Old New Thing.

The case of the mysterious changes to integers when there shouldn’t have been any code generation effect

Published: July 10, 2026 14:00

Decoding where those integer came from. The post The case of the mysterious changes to integers when there shouldn’t have been any code generation effect appeared first on The Old New Thing.

I’ve decoded a #pragma detect_mismatch error and fixed the mismatch, but I still get the error

Published: July 9, 2026 14:00

You need to rebuild everything that was dependent on the change. The post I’ve decoded a <CODE>#pragma detect_mismatch</CODE> error and fixed the mismatch, but I still get the error appeared first on The Old New Thing.