Goodbye Windows with C++ and Layered Windows with Direct2D

I’ve been offline for days at a time while traveling through South Africa and just noticed that my latest Windows with C++ column, Layered Windows with Direct2D, is now live on the MSDN Magazine website.

This issue is bittersweet for me as it is both one of my favorite articles to date and also my last for the magazine. Although MSDN Magazine will continue for some time, Microsoft is getting out of the magazine business, and it just no longer makes sense for me to write for the magazine on a regular basis. Of course being the last remaining C++ columnist I’m not sure anyone will notice.  :)

This is my third article on Direct2D. From the article:

In my third installment on Direct2D, I’m going to show off some of its unmatched power when it comes to interoperability. Instead of exhaustively detailing all the various interoperability options that Direct2D provides, I’m going to walk you through a practical application: layered windows. Layered windows are one of those Windows features that have been around for a long time but haven’t evolved much and thus require special care to use effectively with modern graphics technologies.

I hope you enjoy it.

Here are links to some of the most recent Windows with C++ columns:

November 2009 – Windows Web Services

September 2009 – Drawing with Direct2D

June 2009 – Introducing Direct2D

April 2009 – The Virtual Disk API in Windows 7

February 2009 – Visual C++ 2010 and the Parallel Patterns Library

December 2008 – x64 Debugging With Pseudo Variables and Format Specifiers

October 2008 – Exploring High-Performance Algorithms

August 2008 – Asynchronous WinHTTP

And here is a complete list.

Published Thursday, December 03, 2009 8:51 AM by KennyKerr
Filed under: , , ,

Comments

# re: Goodbye Windows with C++ and Layered Windows with Direct2D

Thursday, December 03, 2009 8:53 AM by WndSks

Your column is the only one I read in the mag, too bad this is the last one :(

If only Paul would return with the c++ Q&A, those were the days...

# re: Goodbye Windows with C++ and Layered Windows with Direct2D

Thursday, December 03, 2009 3:34 PM by J. Passing

Sad news, I really enjoyed your articles. And it's too bad that MSDN Mag will now probably become managed code-only.

--Johannes

# re: Goodbye Windows with C++ and Layered Windows with Direct2D

Thursday, December 03, 2009 7:29 PM by John Schroedl

This is sad indeed. Like WndSks, it's my favorite column as well. Keep us posted if you publish anything more -- it's all gold.

Re: Paul Dilascia -- sadly, he died last year.

en.wikipedia.org/.../Paul_Dilascia

John

# re: Goodbye Windows with C++ and Layered Windows with Direct2D

Friday, December 04, 2009 4:59 AM by Patrick

Too bad! The only column i read... Moving to some other mag?

# re: Goodbye Windows with C++ and Layered Windows with Direct2D

Friday, December 04, 2009 1:21 PM by Ryan

I would not notice as I don't read the physical mag. Please keep writing and please link to the articles from your blog!

# re: Goodbye Windows with C++ and Layered Windows with Direct2D

Saturday, December 05, 2009 3:37 AM by Hans

What a pity! You will never write any valuable MSDN C++ articles anymore - that's a shame. :)

You articles are the only ones that I read. You will hopefully continue your good work elsewhere. Thanks for your good work in recent years.

# re: Goodbye Windows with C++ and Layered Windows with Direct2D

Friday, January 15, 2010 6:25 AM by Keith A

Kenny,

That's a shame!  I do hope you continue writing for some other venue.  Yes, the C++ development community will greatly miss your contributions.  

While I understand the marketing push these days, there is a huge base of C++ developers.  Checking the Tiobe index still shows a healthy level of C/C++.

www.tiobe.com/.../index.html

Hopefully the outlook for C++ will change.  In the interim, what alternatives are there for resources for C++ devs now?  I suppose we'll need to hang out at CodeProject or CodeGuru.

Keith