Jan 29, 2018 0 0 Well that was a helpful error message Raymond Chen I guess they don't know what went wrong either.
Jan 26, 2018 0 0 The saga of Heartland vs. The United States Beet Sugar Association Raymond Chen Is molasses a foreign substance with respect to sugar?
Jan 26, 2018 0 0 How can I reserve a range of address space and create nonzero memory on demand when the program reads or writes a page in the range, even when multithreading? Raymond Chen Some memory mapping magic.
Jan 25, 2018 0 0 Like love, taxes make people do the strangest things Raymond Chen Tariff engineering.
Jan 25, 2018 0 0 How can I reserve a range of address space and create nonzero memory on demand when the program reads or writes a page in the range? Raymond Chen Swizzle me this.
Jan 24, 2018 0 0 How can I reserve a range of address space and receive notifications when the program first reads or writes a page in the range? Raymond Chen Be in the exception handler chain.
Jan 22, 2018 0 0 The history of change-packing tools at Microsoft (so far) Raymond Chen They all say "pack" for one reason or another.
Jan 19, 2018 0 0 A helper template function to wait for a Win32 condition variable in a loop Raymond Chen Another case of the spurious wake-up.