Jul 6, 2017 Post comments count0 Post likes count1 Debugging tip: Use .frame /r to recover nonvolatile registers from the stack frame Raymond Chen Saving you the trouble of reconstructing it manually.
Jul 5, 2017 Post comments count0 Post likes count2 How fair are SRW locks, particularly when there are both readers and writers? Raymond Chen Not fair! As with the other Windows synchronization objects.
Jul 4, 2017 Post comments count0 Post likes count0 Urban and suburban camouflage Raymond Chen Hey, what's that in my backyard?
Jul 3, 2017 Post comments count0 Post likes count1 Emulating the C# using keyword in C++ Raymond Chen The co_await enables new patterns.
Jun 30, 2017 Post comments count0 Post likes count1 2017 mid-year link clearance Raymond Chen Marking the halfway point.
Jun 30, 2017 Post comments count0 Post likes count1 Extracting pages from a PDF document and saving them as separate image files, C++/CX edition with co_await Raymond Chen Everybody seems to be converging on C#.
Jun 29, 2017 Post comments count0 Post likes count1 Extracting pages from a PDF document and saving them as separate image files, C++/CX edition with explicit tasks Raymond Chen Sliding over to C++/CX.
Jun 28, 2017 Post comments count0 Post likes count1 Extracting pages from a PDF document and saving them as separate image files, JavaScript edition with async Raymond Chen Diving into an upcoming feature of ES8.
Jun 27, 2017 Post comments count0 Post likes count1 Extracting pages from a PDF document and saving them as separate image files, JavaScript edition with Promises Raymond Chen Trying it out a different way.
Jun 26, 2017 Post comments count0 Post likes count2 Extracting pages from a PDF document and saving them as separate image files, C# edition Raymond Chen A Little Program I needed.