Month: April 2006

Serial numbers continued

Another keygen seeker posted an ad on a web board offering a couple hundred of bucks for a keygen, crack or solution of any kind to get our software working without official registration. The board is popular enough so the volunteers to look for a solution were not been waited for too long. Today’s featured…

Read the full article

ATL sorting templates

Active Template Library (ATL) contains a lot of useful classes but not for sorting. There are collections classes, including CAtlArray but it does not have sorting capabilities. I would like to share quite simple C++ templates that sort.

ATL Internals

It’s quite surprising to find quite useful classes deep inside ATL core. Today I stumbled upon CStackDumper class, which looks interesting. Basically it does nothing amazing and in fact duplicates my proprietary code I use for debugging but it’s surprising to see it there. Undocumented and even Google knows little about it.