Mar 7, 2023 Post comments count0 Post likes count1 Microspeak: Baseball card Raymond Chen A one-page summary, and this time we mean it.
Mar 6, 2023 Post comments count12 Post likes count2 I can create a read-only page, but why not a write-only page? Raymond Chen At the end of the day, it comes down to processor support.
Mar 3, 2023 Post comments count10 Post likes count6 Enumerating Windows clipboard history in PowerShell Raymond Chen Doing Windows Runtime things from PowerShell.
Mar 2, 2023 Post comments count2 Post likes count2 Enumerating Windows clipboard history in C++/WinRT and C# Raymond Chen Exploring the clipboard history API.
Mar 1, 2023 Post comments count1 Post likes count2 If you want to sort a Windows Runtime collection, you may first want to capture it into something a bit easier to manipulate Raymond Chen Moving everything into the same universe.
Feb 28, 2023 Post comments count5 Post likes count2 Once you give away the farm, you can’t take it back: Recovering from a rogue administrator Raymond Chen Who knows what happened to it while you weren't looking.
Feb 27, 2023 Post comments count4 Post likes count1 The unintentionally-expanding scope of the SEM_NOGPFAULTERRORBOX flag Raymond Chen Other suppressions caught in its net.
Feb 24, 2023 Post comments count2 Post likes count2 Understanding a mysterious RPC_E_WRONGTHREAD exception when we’re on the right thread Raymond Chen Things can go wrong in ways you may not have realized.
Feb 23, 2023 Post comments count0 Post likes count3 Why am I getting an unhandled exception from my C++ function that catches all exceptions? Raymond Chen Yes, you caught an exception. But that's not the one that went unhandled.
Feb 22, 2023 Post comments count9 Post likes count4 Avoiding the redundancy of adding the object files to both the primary project and its unit test Raymond Chen Adding another level of indirection.