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: 11

Followers: 6

The case of COM failing to pump messages in a single-threaded COM apartment

Published: March 14, 2025 14:00

A customer encountered a hang caused by COM not pumping messages while waiting for a cross-thread operation to complete. They were using the task_sequencer class for serializing asynchronous operations on a UI thread they created to handle accessibility…

Making sure that a DLL loads only from your application directory

Published: March 13, 2025 14:00

You can ask for it as an option, but think about what you're actually protecting against. The post Making sure that a DLL loads only from your application directory appeared first on The Old New Thing.

What are the thread safety requirements of HSTRING and BSTR?

Published: March 12, 2025 14:00

They do not have thread affinity. The post What are the thread safety requirements of <CODE>HSTRING</CODE> and <CODE>BSTR</CODE>? appeared first on The Old New Thing.

How do I destroy an ABI pointer that I extracted from a C++/WinRT object?

Published: March 10, 2025 14:00

You can clean it up the ABI way, whatever that is. The post How do I destroy an ABI pointer that I extracted from a C++/WinRT object? appeared first on The Old New Thing.

To some people, time zones are just a fancy way of sounding important, episode 2

Published: March 7, 2025 15:00

Words have meaning. The post To some people, time zones are just a fancy way of sounding important, episode 2 appeared first on The Old New Thing.

I tried to subscribe to a C++/WinRT event, but my callback was never called

Published: March 5, 2025 15:00

Check how you registered your event handler. The post I tried to subscribe to a C++/WinRT event, but my callback was never called appeared first on The Old New Thing.

Lexically scoped functions accessing parent locals: The display

Published: March 3, 2025 15:00

Using a well-known location instead of copying frame pointers. The post Lexically scoped functions accessing parent locals: The display appeared first on The Old New Thing.

C++/WinRT implementation inheritance: Notes on winrt::implements, part 8

Published: February 28, 2025 15:00

Comparing the options. The post C++/WinRT implementation inheritance: Notes on <CODE>winrt::implements</CODE>, part 8 appeared first on The Old New Thing.