May 5, 2025 Post comments count9 Post likes count5 What were the intended uses of those icons in moricons.dll? Raymond Chen Icons for old MS-DOS apps.
May 2, 2025 Post comments count4 Post likes count3 Using type aliasing to avoid the ODR problem with conditional compilation, part 2 Raymond Chen Ensuring that you pick a side.
May 1, 2025 Post comments count3 Post likes count2 Using C++ type aliasing to avoid the ODR problem with conditional compilation, part 1 Raymond Chen Still one definition, but two types.
Apr 30, 2025 Post comments count7 Post likes count4 Why does Windows have trouble finding my Win32 resource if it contains an accented character? Raymond Chen Disagreements over the fine print.
Apr 29, 2025 Post comments count9 Post likes count3 Protecting Windows users from Janet Jackson’s Rhythm Nation Raymond Chen Granting an exception to a system policy.
Apr 28, 2025 Post comments count14 Post likes count9 Why did Windows 7, for a few months, log on slower if you have a solid color background? Raymond Chen It's waiting for Godot and eventually gives up.
Apr 25, 2025 Post comments count11 Post likes count3 If we can have std::atomic<std::shared_ptr>, why not std::atomic<com_ptr>? Raymond Chen Controlling the reference count.
Apr 24, 2025 Post comments count5 Post likes count3 When I define a window class with no default cursor, what is the explanation for the cursors that appear in my client area? Raymond Chen You said you'd take care of it, but you didn't.
Apr 23, 2025 Post comments count7 Post likes count3 What resource ID should I give my application’s main icon? Raymond Chen Applying what we know about how Explorer finds the "first" icon in a file.
Apr 22, 2025 Post comments count6 Post likes count1 Microspeak: top of mind Raymond Chen Things I'm thinking about.