Dec 5, 2016 0 3 The case of the unexpected ERROR_ACCESS_DENIED when calling MapViewOfFile Raymond Chen Mind those weakly-typed integers.
Dec 2, 2016 0 0 Why do I get a _BLOCK_TYPE_IS_VALID debug assertion failure when I try to delete a WIC pixel buffer? Raymond Chen Because that's not your pixel buffer.
Dec 1, 2016 0 0 What is __wchar_t (with the leading double underscores) and why am I getting errors about it? Raymond Chen It's the internal wchar_t.
Nov 30, 2016 0 0 What could be happening in Safe Mode to make my heap corruption bug go away? Raymond Chen It's more about what's not happening.
Nov 28, 2016 0 0 If I simply want to create a registry key but don’t intend to do anything else with it, what security access mask should I ask for? Raymond Chen If you need nothing, then ask for nothing.
Nov 25, 2016 0 0 The Gävle Goat is now 50 years old Raymond Chen Welcome to Gävle. Please don't burn down our goat.
Nov 25, 2016 0 0 Lock free many-producer/single-consumer patterns: A work queue of distinct events, FIFO Raymond Chen No cutting in line.
Nov 24, 2016 0 0 Turkeys Away: An Oral History Raymond Chen The most famous sitcom Thanksgiving Day episode.
Nov 24, 2016 0 0 Lock free many-producer/single-consumer patterns: A work queue of distinct events, order not important Raymond Chen Each one is different in its own special way, but we don't care what order they are processed.