Dec 3, 2019 Post comments count6 Post likes count1 The automotive emergency kit is not a toy Raymond Chen Please use it only for emergencies.
Dec 2, 2019 Post comments count2 Post likes count1 When should I use delayed-marshaling when creating an agile reference? Raymond Chen It's a balance between doing more work now in anticipation of saving work later.
Nov 29, 2019 Post comments count5 Post likes count0 My summer vacation: The Tower of London and Kensington Palace Raymond Chen Doing the admissions price math.
Nov 29, 2019 Post comments count0 Post likes count1 Using contexts to return to a COM apartment later Raymond Chen You can go back home again.
Nov 28, 2019 Post comments count0 Post likes count1 How do you get into a context via IContextCallback::ContextCallback? Raymond Chen Piggybacking on the internal infrastructure.
Nov 27, 2019 Post comments count0 Post likes count1 Setting up private COM contexts to allow yourself to unload cleanly Raymond Chen Your private little enclave.
Nov 26, 2019 Post comments count8 Post likes count1 Yo dawg, I hear you like COM apartments, so I put a COM apartment in your COM apartment so you can COM apartment while you COM apartment Raymond Chen Or maybe this is subletting? Airbnb for COM apartments?
Nov 25, 2019 Post comments count11 Post likes count3 A slightly less brief introduction to COM apartments (but it’s still brief) Raymond Chen Managing the multithreading.
Nov 22, 2019 Post comments count12 Post likes count0 My summer vacation: Speaking German (wait, what?) Raymond Chen But you went to England and France.
Nov 22, 2019 Post comments count0 Post likes count2 How do I make a clone of a Windows Runtime vector in C++/WinRT? Raymond Chen You copy it into your own vector, but make sure you copy what you think you're copying.