Apr 25, 2016 Post comments count0 Post likes count1 Getting MS-DOS games to run on Windows 95: Too much EMM memory Raymond Chen Now that you got it, you need to find a place to put it.
Apr 22, 2016 Post comments count0 Post likes count1 Should I be concerned that WaitForSingleObject is taking a large percentage of my performance test’s execution time Raymond Chen What you've got there, my friend, is a WaitForSingleObject stress test.
Apr 21, 2016 Post comments count0 Post likes count1 It rather involved being on the other side of this airtight hatchway: Invalid parameters from one security level crashing code at the same security level (doesn’t get old) Raymond Chen You never crossed a security boundary.
Apr 20, 2016 Post comments count0 Post likes count1 Why are mouse wheel messages delivered to the focus window instead of the window under the mouse? Raymond Chen Keyboard modifiers.
Apr 19, 2016 Post comments count0 Post likes count4 Why is there a screen that says “It is now safe to turn off your computer”? Raymond Chen Because that's when you know.
Apr 18, 2016 Post comments count0 Post likes count1 Getting MS-DOS games to run on Windows 95: Too much memory! Raymond Chen Another case of intentionally under-reporting memory.
Apr 15, 2016 Post comments count0 Post likes count1 What happens if I call EnumPropsEx while another thread is mutating the properties? Raymond Chen You get a best-effort.
Apr 14, 2016 Post comments count0 Post likes count1 Even though the target audience may be programmers, it can still be seen by users Raymond Chen Freaking out over programmer jargon.
Apr 13, 2016 Post comments count0 Post likes count1 If relocated DLLs cannot share pages, then doesn’t ASLR cause all pages to be non-shared? Raymond Chen ASLR is careful to keep sharing alive.
Apr 12, 2016 Post comments count0 Post likes count1 Inherited access control entries are captured when the child object is created Raymond Chen Frozen in time.