blogged find better blogs
HomeTechnologyEntertainmentSportsPoliticsBusinessHumorWorld NewsLifestyleDirectoryMore Topics
Blog Detail
The Old New Thing

Everything about programming for Microsoft Windows, by Raymond S. Chen, including matters like security, error handling, source code organization and documentation.
The Old New Thing Blog  
Related Blogs
previous blog next blog

1 Users are Following

8.1
great
based on editor's review


recent postsrss feed

Can I talk to that William fellow? He was so helpful

Nov 23, 2009
Today we're going to take a little trip in the wayback machine with the help of my colleague Seth Manheim, who was there when this happened. Set the date to November 22, 1989, twenty years ago and one day. Bill Gates is being taken on a guided tour of...

The difference between assignment and attachment with ATL smart pointers

Nov 20, 2009
Last time, I presented a puzzle regarding a memory leak. Here's the relevant code fragment: CComPtr pMemoryStream; CComPtr pReader; UINT nDepth = 0; //Open read-only input stream pMemoryStream = ::SHCreateMemStream(utf8Xml, cbUtf8Xml); The problem...

We're using a smart pointer, so we can't possibly be the source of the leak

Nov 19, 2009
A customer reported that there was a leak in the shell, and they included the output from Application Verifier as proof. And yup, the memory that was leaked was in fact allocated by the shell: VERIFIER STOP 00000900 : pid 0x3A4: A heap allocation was...

News flash: Healthy people live longer

Nov 18, 2009
Researchers have determined that people in good physical condition live longer. Who'd'a thunk it?

How do I move the Windows.edb and other search index files?

Nov 18, 2009
Nothing profound today, just a little tip. My customer is looking out for a way to change the location of the windows.edb file to another (larger) drive. From the Indexing Options Control Panel, click Advanced, and then under Index location,...


Comments & Reviews:
Be the First to Review this Blog!