Jul 12, 2024 2 2 Creating an already-completed asynchronous activity in C++/WinRT, part 4 Raymond Chen Failing is easy. Failing correctly is hard.
Jul 11, 2024 0 1 Creating an already-completed asynchronous activity in C++/WinRT, part 3 Raymond Chen Generalizing to the four kinds of Windows Runtime asynchronous activities.
Jul 10, 2024 2 2 Creating an already-completed asynchronous activity in C++/WinRT, part 2 Raymond Chen Making our function a coroutine.
Jul 9, 2024 2 1 Creating an already-completed asynchonous activity in C++/WinRT, part 1 Raymond Chen The simplest version.
Jul 8, 2024 5 2 What’s the point of std::monostate? You can’t do anything with it! Raymond Chen Not doing anything with it is exactly the point.
Jul 5, 2024 0 1 How do I produce a Windows Runtime asynchronous activity from C++/WinRT? Raymond Chen Somebody that deals with them natively.
Jul 4, 2024 2 3 How do I produce a Windows Runtime asynchronous activity from C#? Raymond Chen The AsyncInfo helper class converts Tasks to Windows Runtime asynchronous activities.
Jul 3, 2024 1 0 How do I produce a Windows Runtime asynchronous activity from C++/CX? Raymond Chen The Parallel Patterns Library has special support for C++/CX.
Jul 1, 2024 5 2 If I register the same shell extension as both a context menu extension and a drag/drop extension, how do I know which one the system is using? Raymond Chen Who forced you to register the same shell extension for both?
Jun 28, 2024 2 1 Writing a remove_all_pointers type trait, part 2 Raymond Chen Factoring out the type resolution to after the dangerous part.