Jul 31, 2020 7 0 What does the /ALTERNATENAME linker switch do? Raymond Chen In case of emergency, go look for something else.
Jul 30, 2020 4 0 What’s the deal with OLDNAMES.LIB? Raymond Chen For backward compatibility with pre-standard C.
Jul 29, 2020 21 0 C++/WinRT gotcha: Setting properties incorrectly Raymond Chen A bit too much search/replace during porting.
Jul 28, 2020 16 2 A look back at memory models in 16-bit MS-DOS Raymond Chen Ways of dealing with the fractured address space.
Jul 27, 2020 3 0 How do I set multiple items to a Windows Runtime vector in a single call? Raymond Chen It depends on the language projection.
Jul 24, 2020 1 0 C++/WinRT doesn’t let your coroutine cheat death, but it does get to say good-bye Raymond Chen Some manual cleanup.
Jul 23, 2020 4 0 How to get your C++/WinRT asynchronous operations to respond more quickly to cancellation, part 2 Raymond Chen You can also take more proactive steps.
Jul 22, 2020 4 0 How to get your C++/WinRT asynchronous operations to respond more quickly to cancellation, part 1 Raymond Chen Well, one way is to poll for it.
Jul 21, 2020 0 0 Deconstructing function pointers in a C++ template, returning to enable_if Raymond Chen Going back to the old standby to filter out unwanted specializations.
Jul 20, 2020 0 0 Deconstructing function pointers in a C++ template, addressing the calling convention conundrum Raymond Chen Finding a template metaprogramming trick that works.