Jan 31, 2022 Post comments count4 Post likes count0 Why does the Windows debugger engine show a bunch of hex digits after one of the DLL names? Raymond Chen It's trying to disambiguate name collisions.
Jan 28, 2022 Post comments count2 Post likes count0 How can I recognize whether two handles refer to the same underlying file? Raymond Chen Exploring several avenues, hoping one of them leads somewhere.
Jan 27, 2022 Post comments count3 Post likes count0 How can I recognize file systems that don’t support 64-bit unique file identifiers? Raymond Chen It's buried somewhere in the specification.
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.