Sep 22, 2021 Post comments count4 Post likes count1 Converting between UTF-8 strings and UTF-16 strings in C++/WinRT Raymond Chen A pair of conversion functions.
Sep 20, 2021 Post comments count8 Post likes count1 What does this mean? The caller specified wait timed out before the operation completed because a host termination is in queued Raymond Chen An error message written with infrastructure-colored glasses.
Sep 17, 2021 Post comments count10 Post likes count1 Adventures in application compatibility: The case of the wild instruction pointer that, upon closer inspection, might not be so wild after all Raymond Chen The search for clues leads to an unexpected place.
Sep 16, 2021 Post comments count6 Post likes count1 The C++ implicit assignment operator is a non-ref-qualified member, even if the base class’s assignment has a ref-qualifier Raymond Chen Does that count as dis-qualification?
Sep 15, 2021 Post comments count3 Post likes count1 How do I set the alpha channel of a GDI bitmap to 255? Raymond Chen Most things destroy the alpha channel, but there's a way to bring it back, or at least make it opaque.
Sep 13, 2021 Post comments count1 Post likes count1 The C++/WinRT query_interface_tearoff extension point, and using it for COM aggregation Raymond Chen For adding your own QueryInterface magic.
Sep 10, 2021 Post comments count0 Post likes count1 Ordering asynchronous updates with coroutines, part 5: Bowing out via cancellation Raymond Chen Using the built-in way of stopping a coroutine.
Sep 9, 2021 Post comments count2 Post likes count1 Ordering asynchronous updates with coroutines, part 4: Bowing out, explicit version Raymond Chen Realizing you're not the one.
Sep 8, 2021 Post comments count0 Post likes count1 Ordering asynchronous updates with coroutines, part 3: Let them all compete, but only one wins Raymond Chen Everybody tries, but only one wins.
Sep 7, 2021 Post comments count1 Post likes count1 Ordering asynchronous updates with coroutines, part 2: Restart with hand-off Raymond Chen Everybody just waits their turn.