May 8, 2017 Post comments count0 Post likes count1 Couldn’t we fix the lackey catastrophe by using #pragma init_seg(user)? Raymond Chen That doesn't help, for more than one reason.
May 5, 2017 Post comments count0 Post likes count1 Remember that in a stack trace, the addresses are return addresses, not call addresses Raymond Chen It's where the function is going to return to, not where it came from.
May 4, 2017 Post comments count0 Post likes count1 The interaction between AppBars and Windows 10 virtual desktops Raymond Chen They apply to all virtual desktops.
May 3, 2017 Post comments count0 Post likes count1 Why don’t I get thumbnails for files that are marked offline? Raymond Chen Because offline files are assumed to be expensive to access.
May 1, 2017 Post comments count0 Post likes count1 Why doesn’t SHGetFileInfo give me customized folder icons? Raymond Chen Because you asked for it that way.
Apr 28, 2017 Post comments count0 Post likes count2 Why does the compiler generate memory operations on the full variable even though only one byte is involved? Raymond Chen Store-to-load forwarding.
Apr 27, 2017 Post comments count0 Post likes count1 Static hooking through predefinition Raymond Chen Creating your own hook points.
Apr 26, 2017 Post comments count0 Post likes count1 Why are there two incompatible ways of specifying a serial port baud rate? Raymond Chen Toto, I don't think we're on an IBM PC XT any more.
Apr 24, 2017 Post comments count0 Post likes count2 Filtering the Browse for Folder dialog so it shows only drive letters Raymond Chen An exercise in filtering.
Apr 20, 2017 Post comments count0 Post likes count1 On generating sentinel pointer values in Windows Raymond Chen That's not a pointer. This is a pointer.