Mar 10, 2016 Post comments count0 Post likes count1 Could there be any problems with calling GetModuleFileNameEx on your own process? Raymond Chen Yes.
Mar 9, 2016 Post comments count0 Post likes count1 String comparisons against program output is not usually the best solution Raymond Chen Look for programmatic interfaces.
Mar 8, 2016 Post comments count0 Post likes count1 If what you’re doing is undocumented, it’s not guaranteed to keep working, and your promise not to complain doesn’t really hold water Raymond Chen Because that's what undocumented implies.
Mar 7, 2016 Post comments count0 Post likes count1 On word breaking in Chinese and Japanese Raymond Chen Different rules.
Mar 4, 2016 Post comments count0 Post likes count1 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 count1 Are SetProp and RemoveProp thread-safe? Raymond Chen As thread-safe as they can be.
Mar 2, 2016 Post comments count0 Post likes count2 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 count1 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 count1 Changing a loop into a promise or task chain Raymond Chen Crack open your textbooks.
Feb 25, 2016 Post comments count0 Post likes count1 How do I preload a chunk of memory into a memory-mapped file? Raymond Chen PrefetchVirtualMemory will do this.