May 11, 2023 Post comments count0 Post likes count2 What are the duck-typing requirements of WRL ComPtr? Raymond Chen Another round of experimentation.
May 10, 2023 Post comments count1 Post likes count1 What are the duck-typing requirements of ATL CComPtr? Raymond Chen Looking for the minimum requirements.
May 9, 2023 Post comments count0 Post likes count1 What are the duck-typing requirements of MFC IPTR? Raymond Chen Seeing what goes wrong and trying to fix it.
May 8, 2023 Post comments count1 Post likes count2 What are the duck-typing requirements of _com_ptr_t? Raymond Chen As long as you fulfill the contract, based on method names.
May 5, 2023 Post comments count3 Post likes count1 The case of the crash in a C++/WinRT coroutine: Unpeeling the onion Raymond Chen Digging deeper and deeper.
May 4, 2023 Post comments count0 Post likes count1 Why does XAML complain that none of the overloads of winrt::to_hstring could be used? Raymond Chen Look at what you are converting from and converting to.
May 3, 2023 Post comments count7 Post likes count3 What can I do if I don’t want my file version number to be a sequence of four integers? Raymond Chen The format is enforced by the Windows file format, but you can present the information in a custom way.
May 2, 2023 Post comments count21 Post likes count3 Why does Task Manager disappear briefly when you switch it into or out of Always on top? Raymond Chen Ascending to another plane of existence.
May 1, 2023 Post comments count3 Post likes count3 How is it even possible to cheat on a musical performance practical exam? Raymond Chen Nature finds a way.
May 1, 2023 Post comments count2 Post likes count2 A quick note about WRL’s ChainInterfaces template class Raymond Chen For interfaces which extend each other.