May 2, 2025 Post comments count3 Post likes count1 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 count6 Post likes count2 Why does Windows have trouble finding my Win32 resource if it contains an accented character? Raymond Chen Disagreements over the fine print.
Apr 25, 2025 Post comments count10 Post likes count1 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 count2 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 18, 2025 Post comments count2 Post likes count0 The case of the feature flag that didn’t stay on long enough, part 2 Raymond Chen Leaving everything the way you found it.
Apr 17, 2025 Post comments count3 Post likes count1 The case of the feature flag that didn’t stay on long enough, part 1 Raymond Chen Understanding scope and order of destruction.
Apr 16, 2025 Post comments count0 Post likes count1 Using the classical model for linking to provide unit test overrides Raymond Chen Overriding a LIB with an OBJ for fun and profit.
Apr 11, 2025 Post comments count12 Post likes count5 The case of the UI thread that hung in a kernel call Raymond Chen I did tell you not to do that.