Jan 26, 2022 Post comments count0 Post likes count0 What are these weird internal Visual C++ runtime functions named NLG? Raymond Chen They are part of exception handling.
Jan 25, 2022 Post comments count11 Post likes count0 I deleted a file from Explorer, but it came back when I refreshed, and I get Access Denied if I try to delete it again Raymond Chen The file is circling the drain, but it's not gone yet.
Jan 24, 2022 Post comments count7 Post likes count0 The MainWindowHandle property is just a guess based on heuristics Raymond Chen If you really need to find your main window, you'll have to come up with something more determinstic.
Jan 21, 2022 Post comments count2 Post likes count0 Fixing the crash that seems to be on a std::move operation Raymond Chen Getting the order of evaluation to be what you want.
Jan 20, 2022 Post comments count0 Post likes count0 The mystery of the crash that seems to be on a std::move operation Raymond Chen But is that really what's happening?
Jan 19, 2022 Post comments count5 Post likes count0 The error code you get might not be the one you want Raymond Chen Some error codes are contractual, but most aren't.
Jan 18, 2022 Post comments count1 Post likes count0 How to write like Raymond: The typing-saver Raymond Chen One of my little catch phrases.
Jan 17, 2022 Post comments count4 Post likes count0 C# and C++ type aliases and their consequences Raymond Chen Just some idle thoughts, and what it means for debugging.
Jan 14, 2022 Post comments count5 Post likes count1 Resolving confusion over how to return from a C++ coroutine Raymond Chen You have a few options, but you have to stay with it.
Jan 13, 2022 Post comments count6 Post likes count0 The oracle always tells the truth, even when it is wrong: COM method calls with a user-defined type as a return value Raymond Chen What you ship becomes the truth.