Well, I got bored enough to do this too. It’s a C++ version. It was compiled using visual studio.NET. It’s unicode aware, using the proper API’s, and it’s a bit longer than the Delphi version.
The first thing you notice is that the C++ binary is smaller than the Delphi binary. There’s a lot of framework code in the Delphi application that isn’t in the C++ application.
Apart from that, the code is virtually identical.