Jan 31, 2023 Post comments count0 Post likes count1 Inside C++/WinRT: Apartment switching: Error reporting Raymond Chen If you can't get back to where you started, who you gonna call?
Jan 30, 2023 Post comments count0 Post likes count1 Inside C++/WinRT: Apartment switching: COM without COM Raymond Chen Also known as Nano-COM.
Jan 27, 2023 Post comments count0 Post likes count0 Inside C++/WinRT: Apartment switching: Unwinding the stack Raymond Chen Reducing stack usage.
Jan 26, 2023 Post comments count0 Post likes count1 Inside C++/WinRT: Apartment switching: Bypassing the context callback Raymond Chen Reducing stack usage.
Jan 25, 2023 Post comments count1 Post likes count1 Inside C++/WinRT: Apartment switching: Unblocking the outgoing thread Raymond Chen Avoiding the problem of the synchronous apartment-changing callback: Let the outgoing thread do whatever it wants to do next.
Jan 24, 2023 Post comments count0 Post likes count1 Inside C++/WinRT: Apartment switching: The basic idea Raymond Chen Getting back to where you started.
Jan 23, 2023 Post comments count3 Post likes count2 Inside C++/WinRT: Coroutine completions: The oversimplified version Raymond Chen Resuming the coroutine when the asynchronous work completes.
Jan 20, 2023 Post comments count0 Post likes count0 How can I call a method on a derived class from a base class, say, to get a strong reference to the containing object? Raymond Chen A variety of patterns are available.
Jan 19, 2023 Post comments count0 Post likes count1 Windows Runtime asynchronous operations can fail in two different ways, so make sure you get them both Raymond Chen Fail me now or fail me later.
Jan 18, 2023 Post comments count4 Post likes count1 It rather involved being on the other side of this airtight hatchway: Attacking a user by modifying that user’s files Raymond Chen You're just attacking yourself.