Mar 4, 2016 Post comments count0 Post likes count0 Why not auto convert week-based time zone information to date-based? Raymond Chen What an adorable snowflake.
Mar 3, 2016 Post comments count0 Post likes count0 Are SetProp and RemoveProp thread-safe? Raymond Chen As thread-safe as they can be.
Mar 2, 2016 Post comments count0 Post likes count1 How can I get the name of the function that crashed given just a module name and offset? Raymond Chen Resolving symbols offline.
Feb 29, 2016 Post comments count0 Post likes count0 How can I get the original shortcut target path with environment variables unexpanded? Raymond Chen You'll have to dig into the data list.
Feb 26, 2016 Post comments count0 Post likes count0 Changing a loop into a promise or task chain Raymond Chen Crack open your textbooks.
Feb 25, 2016 Post comments count0 Post likes count0 How do I preload a chunk of memory into a memory-mapped file? Raymond Chen PrefetchVirtualMemory will do this.
Feb 24, 2016 Post comments count0 Post likes count0 A static_cast is not always just a pointer adjustment Raymond Chen That null pointer thingie.
Feb 22, 2016 Post comments count0 Post likes count0 Finding the shortest binary string in a given interval Raymond Chen Narrowing in.
Feb 19, 2016 Post comments count0 Post likes count0 When I try to calculate a performance counter manually, the answer is off by a factor of 100 Raymond Chen Because it's a percentage.
Feb 18, 2016 Post comments count0 Post likes count0 Nasty gotcha: VarCmp vs VariantCompare Raymond Chen Similar names, different return values.