May 31, 2019 2 0 I called AdjustTokenPrivileges, but I was still told that a necessary privilege was not held Raymond Chen Which token did you adjust?
May 30, 2019 5 1 Why does my C++/WinRT project get errors of the form “consume_Something: function that returns ‘auto’ cannot be used before it is defined”? Raymond Chen Narrowing down the source of the missing header file.
May 29, 2019 5 0 Why does my C++/WinRT project get errors of the form “unresolved external symbol … consume_Something”? Raymond Chen Declared but not defined, but what exactly wasn't defined?
May 28, 2019 16 0 In times of uncertainty, take your cue from the janitor Raymond Chen He's been there before.
May 28, 2019 13 0 Why does Explorer’s New menu take so long to appear the first time I open it? Raymond Chen It's trying to figure out what new things it can do.
May 27, 2019 13 0 Programming puzzle: Creating a map of command handlers given only the function pointer Raymond Chen Creating the magic decoder ring automatically.
May 24, 2019 0 0 Windows Runtime delegates and object lifetime in C++/WinRT Raymond Chen So many choices.
May 23, 2019 0 0 Windows Runtime delegates and object lifetime in C++/CX Raymond Chen You specify the lifetime rules, typically weak.
May 22, 2019 4 0 Windows Runtime delegates and object lifetime in C# and other GC languages Raymond Chen You've left the comfort of the CLR.
May 21, 2019 2 0 The secret signal that tells Windows Runtime events that the event recipient no longer exists Raymond Chen Watch out that you don't make the signal by mistake.