Nov 11, 2021 Post comments count20 Post likes count2 The inside story of the outside investigation of SoftRAM 95 Raymond Chen It had a plan, but didn't quite execute on it.
Nov 10, 2021 Post comments count4 Post likes count1 How am I supposed to create children of the Win32 tab control? Raymond Chen They look like children, but they're not.
Nov 9, 2021 Post comments count3 Post likes count1 If your domain name parser can’t handle internationalized domain names, then maybe that’s your parser’s problem Raymond Chen Don't blame someone else for letting strange domain names reach you.
Nov 8, 2021 Post comments count1 Post likes count1 Restoring support for pre-standardization coroutine free awaiters for even older code bases Raymond Chen Connecting the dots, and reaching back to an earlier time.
Nov 5, 2021 Post comments count0 Post likes count1 The case of the C++/WinRT cached factories that pointed into freed memory Raymond Chen Developing theories that match the evidence.
Nov 4, 2021 Post comments count12 Post likes count1 How can I prevent myself from accessing a lambda captured variable or a parameter after I’m done with it? Raymond Chen Name-hiding on purpose.
Nov 3, 2021 Post comments count3 Post likes count1 A capturing lambda can be a coroutine, but you have to save your captures while you still can Raymond Chen Save it all before it disappears.
Nov 2, 2021 Post comments count8 Post likes count1 The focus rectangle says, “I’m not orange. I’m just drawn that way.” Raymond Chen How does DrawFocusRect draw the focus rectangle?
Nov 1, 2021 Post comments count1 Post likes count1 Why do all this coroutine stuff if you can just use std::future? Raymond Chen Escape from PPL.
Oct 29, 2021 Post comments count0 Post likes count1 Giving a single object multiple COM identities, part 4 Raymond Chen Simplifying the pattern.