Jan 17, 2024 1 1 Getting a strong reference from the this pointer too soon Raymond Chen Giving out strong references to an object before you can guarantee that it will work.
Jan 16, 2024 4 8 What is a hard error, and what makes it harder than an easy error? Raymond Chen A throwback to the early days of 16-bit Windows.
Jan 15, 2024 5 1 C++/WinRT gotcha: Not all exceptions derive from hresult_error Raymond Chen There are also C++ standard exceptions, particularly std::bad_alloc.
Jan 12, 2024 1 1 In C++/WinRT, how can I await multiple coroutines and capture the results?, part 3 Raymond Chen Dealing with awaitables that return void, and questioning our life choices.
Jan 11, 2024 0 2 In C++/WinRT, how can I await multiple coroutines and capture the results?, part 2 Raymond Chen Wrapping the results and returning them in a tuple.
Jan 10, 2024 0 1 In C++/WinRT, how can I await multiple coroutines and capture the results?, part 1 Raymond Chen Using a custom awaiter to suppress the GetResults().
Jan 9, 2024 10 1 After I accidentally denied access to everyone, how do I get access back? Raymond Chen Congratulations, you locked your keys in the car.
Jan 8, 2024 0 1 How do I prevent my C++/WinRT implementation class from participating in COM aggregation? Raymond Chen Looking for a clue.
Jan 5, 2024 4 2 The case of the vector with an impossibly large size Raymond Chen Play threading games, win threading prizes.
Jan 4, 2024 9 3 How can I specify icons for my app to use on the Start menu in high contrast mode? Raymond Chen Put them in your manifest.