Kenny Kerr

Archive for September 2011

Window Clippings on Windows 8

with 4 comments

Window Clippings is no longer my baby but it is nice to see that both version 2 and version 3 work great on Windows 8. Ironically, Internet Explorer looks more like a Windows 8 app than Windows Explorer itself. I do not have a problem with the ribbon but it needs a bit of a polish. Of course, I still prefer the command line.

 

CWindowssystem32cmd.exe - cmd

Written by Kenny Kerr

29 September 2011 at 3:36 pm

Posted in Uncategorized

Windows with C++: The Thread Pool Environment

leave a comment »

My latest Windows with C++ column, The Thread Pool Environment, is now online in the September 2011 issue of MSDN Magazine. From the article:

The objects that make up the Windows thread pool API can be divided into two camps. In the first are those representing work, timers, I/O and waitable objects. These all potentially result in callbacks executing on the thread pool. I’ve already introduced the work object in last month’s column and will explore the remaining objects in subsequent articles. In the second camp are those objects that control the environment in which these callbacks execute. That’s the focus of this month’s column.

This is the second in a series on the Windows thread pool API. You can find links to more of my articles here.

Written by Kenny Kerr

2 September 2011 at 9:20 am

Posted in Uncategorized

Follow

Get every new post delivered to your Inbox.

Join 438 other followers