Apr 27, 2023 Post comments count2 Post likes count2 What’s up with this new memory_order_consume memory order? Raymond Chen A weaker variation of acquire.
Apr 26, 2023 Post comments count1 Post likes count1 One way to defer work when a re-entrant call is detected Raymond Chen Tying a string on your finger, as a reminder to yourself.
Apr 24, 2023 Post comments count2 Post likes count2 Why is std::hardware_destructive_interference_size a compile-time constant instead of a run-time value? Raymond Chen The compiler is already making compile-time assumptions about the processor; you just don't realize it.
Apr 21, 2023 Post comments count1 Post likes count0 Protecting a broker from a failing delegate Raymond Chen Catching them in a different way.
Apr 20, 2023 Post comments count0 Post likes count1 Protecting a broker from a failing event handler Raymond Chen Gotta catch them all.
Apr 19, 2023 Post comments count2 Post likes count0 The case of the unhandled exception in a brokered Windows Runtime component Raymond Chen Digging into the event dispatch code.
Apr 17, 2023 Post comments count3 Post likes count1 How can I find the invalid class when C++/WinRT tells me that the class may not be final? Raymond Chen It's in the error details.
Apr 14, 2023 Post comments count4 Post likes count1 How can I convert a WIC bitmap to a Windows Runtime SoftwareBitmap? part 4: Handing it over Raymond Chen Just take the whole thing.
Apr 13, 2023 Post comments count1 Post likes count0 How can I convert a WIC bitmap to a Windows Runtime SoftwareBitmap? part 3: Filling the SoftwareBitmap directly Raymond Chen Avoiding the intermediate buffer.
Apr 12, 2023 Post comments count0 Post likes count0 How can I convert a WIC bitmap to a Windows Runtime SoftwareBitmap? part 2: Via a buffer Raymond Chen Passing raw pixels across.