Aug 31, 2023 0 2 Diagnosing a crash when trying to call ReadFile via language interop Raymond Chen Checking the signatures and inferring what could have gone wrong.
Aug 30, 2023 2 4 How can I programmatically obtain the value of the “Make text bigger” slider? Raymond Chen The text scale factor property.
Aug 29, 2023 10 2 The popularity of DOS/4GW made Windows 95 game compatibility a little easier, but with higher stakes Raymond Chen A popular path to protected mode.
Aug 28, 2023 4 2 Just for fun: Which processors prefer sign-extended loads, and which prefer zero-extended loads? Raymond Chen Another pointless chart.
Aug 25, 2023 3 2 On writing loops in continuation-passing style, part 4 Raymond Chen Equivalents in C# and JavaScript.
Aug 24, 2023 0 1 On writing loops in PPL and continuation-passing style, part 3 Raymond Chen Explicit shared state.
Aug 23, 2023 0 1 On writing loops in PPL and continuation-passing style, part 2 Raymond Chen Recursion comes back.
Aug 22, 2023 0 1 On writing loops in PPL and continuation-passing style, part 1 Raymond Chen Keeping track of what to do next.
Aug 21, 2023 7 2 Inside STL: The different types of shared pointer control blocks Raymond Chen Well, some of them, at least.
Aug 18, 2023 1 0 Phantom and indulgent shared pointers Raymond Chen The phantom controls something yet holds nothing. The indulgent holds something but controls nothing.