Sep 16, 2020 Post comments count2 Post likes count0 Why did I lose the ability to co_await a std::future and concurrency::task? Raymond Chen Early moves in a direction that didn't pan out.
Sep 15, 2020 Post comments count22 Post likes count1 Embarrassing product names averted: Windows Embedded POS and Windows 10 for Advanced PCs Raymond Chen If you see something, say something.
Sep 14, 2020 Post comments count1 Post likes count0 What’s up with error C4838: a WinRT type cannot be a member of a union, and how can I work around it? Raymond Chen A restriction left over from C++03.
Sep 11, 2020 Post comments count6 Post likes count0 The macros for declaring COM interfaces, revisited: C++ implementation Raymond Chen Now to make things concrete.
Sep 10, 2020 Post comments count4 Post likes count1 The macros for declaring COM interfaces, revisited: C++ version Raymond Chen Apparently there's this new language people are using nowadays.
Sep 9, 2020 Post comments count3 Post likes count1 The macros for declaring COM interfaces, revisited: C version Raymond Chen Following the expansion.
Sep 8, 2020 Post comments count20 Post likes count0 How is it possible to jam a virtual card reader? Raymond Chen Did you feed it a bent virtual card?
Sep 7, 2020 Post comments count6 Post likes count0 This is definitely rare: It happens only ten times a month Raymond Chen Playing the bigger fool.
Sep 7, 2020 Post comments count1 Post likes count0 C++/WinRT injects additional constructors into each runtime class Raymond Chen For dealing with the objects as the smart pointers they actually are.
Sep 4, 2020 Post comments count3 Post likes count0 Rough edges in the when_all coroutine, part 2: Overloaded comma operator Raymond Chen Shame on you.