Jun 17, 2024 Post comments count5 Post likes count2 How can I view the list of symbols available in a library? Raymond Chen A tool hiding inside another tool.
Jun 14, 2024 Post comments count3 Post likes count0 Lock-free reference-counting a TLS slot using atomics, part 3 Raymond Chen Keeping track of two things at once.
Jun 13, 2024 Post comments count2 Post likes count1 Lock-free reference-counting a TLS slot using atomics, part 2 Raymond Chen Getting it is easy. Getting rid of it is hard.
Jun 12, 2024 Post comments count6 Post likes count0 Lock-free reference-counting a TLS slot using atomics, part 1 Raymond Chen First, we do it with locks.
Jun 11, 2024 Post comments count19 Post likes count5 The origin story of the Windows 3D Pipes screen saver Raymond Chen Looking for a place to show off.
Jun 10, 2024 Post comments count15 Post likes count0 How do I get the name of a SID, and what does it mean when the conversion fails? Raymond Chen Most places will do it for you, or at least try.
Jun 7, 2024 Post comments count4 Post likes count1 What’s the deal with std::type_identity? Raymond Chen When you want to use a type without participating in type deduction.
Jun 6, 2024 Post comments count8 Post likes count2 Can INI files be Unicode? Yes, they can, but it has to be your idea Raymond Chen It'll only be Unicode if it's already Unicode.
Jun 5, 2024 Post comments count0 Post likes count2 How 16-bit Windows cached INI files for performance Raymond Chen Taking advantage of co-operative multitasking.
Jun 4, 2024 Post comments count3 Post likes count0 Why does GlobalLock max out at 255 locks? Raymond Chen Because that's how many bits were available for reporting the lock count.