Jun 17, 2024 5 2 How can I view the list of symbols available in a library? Raymond Chen A tool hiding inside another tool.
Jun 14, 2024 3 0 Lock-free reference-counting a TLS slot using atomics, part 3 Raymond Chen Keeping track of two things at once.
Jun 13, 2024 2 1 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 6 0 Lock-free reference-counting a TLS slot using atomics, part 1 Raymond Chen First, we do it with locks.
Jun 11, 2024 19 5 The origin story of the Windows 3D Pipes screen saver Raymond Chen Looking for a place to show off.
Jun 10, 2024 15 0 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 4 1 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 8 2 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 0 2 How 16-bit Windows cached INI files for performance Raymond Chen Taking advantage of co-operative multitasking.
Jun 4, 2024 3 0 Why does GlobalLock max out at 255 locks? Raymond Chen Because that's how many bits were available for reporting the lock count.