May 12, 2023 Post comments count0 Post likes count1 What are the duck-typing requirements of wil com_ptr? Raymond Chen The experiments continue.
May 11, 2023 Post comments count0 Post likes count1 What are the duck-typing requirements of WRL ComPtr? Raymond Chen Another round of experimentation.
May 10, 2023 Post comments count1 Post likes count0 What are the duck-typing requirements of ATL CComPtr? Raymond Chen Looking for the minimum requirements.
May 9, 2023 Post comments count0 Post likes count0 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 count1 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 count0 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 count0 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 count2 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 1, 2023 Post comments count2 Post likes count1 A quick note about WRL’s ChainInterfaces template class Raymond Chen For interfaces which extend each other.
Apr 28, 2023 Post comments count0 Post likes count2 On the finer points of cancelling timers and wait objects in Windows thread pool Raymond Chen Assorted little details.