Nov 30, 2023 2 4 Why does the Windows Portable Executable (PE) format have separate tables for import names and import addresses?, part 2 Raymond Chen Keeping read-only data separate from read-write data.
Nov 29, 2023 6 2 Why does the Windows Portable Executable (PE) format have separate tables for import names and import addresses?, part 1 Raymond Chen Even though their lifetimes don't overlap, you sometimes need to go back in time.
Nov 28, 2023 8 2 A reported vulnerability about getting paid apps for free is really about paying for free apps Raymond Chen Try shopping around.
Nov 27, 2023 3 4 In Windows 3.1 and Windows 95, what is a “grabber”? Raymond Chen It grabbed your MS-DOS screen and put it into a window.
Nov 23, 2023 0 1 On the need to keep most event sources alive if you want them to raise events Raymond Chen You can't receive a notification from something that doesn't exist.
Nov 22, 2023 1 4 How can I convert a Windows Runtime SoftwareBitmap to a WIC bitmap? Raymond Chen The reverse of ISoftwareBitmapNativeFactory::CreateFromWICBitmap.
Nov 21, 2023 5 6 Microspeak revisited: Line of sight Raymond Chen A fancy way of saying unimpeded network connectivity.
Nov 20, 2023 0 2 If you’re going to crash on an unhandled exception, you may as well do it sooner rather than later Raymond Chen Avoiding the problem discovered by the case of the invalid argument exception from a method that takes no arguments.
Nov 17, 2023 0 2 The theory behind the IHttpFilter interface Raymond Chen Layering features on top of each other.