I believe that code from the link is derived from the same source, but I don't know how similar it is. The LibCTiny was from an MSDN Magazine article by Matt Pietrek, who is referenced at the bottom of that page. It seems to be a fork of the original project with some changes for the new compiler, and possibly some additions too.
I haven't really examined the source, but I did grab the project and it compiled fine right out of the box (in debug mode). To change it to a release build go to Build -> Configuration Manager..., and set the Active Solution Configuration to Release. Either which way though, the .lib file it produces is quite a bit larger. (303KB debug, 284KB release vs. the old size of 15KB).
I find it a little unnerving that it comes with some .obj files though. I would have liked to have seen their source. They appear to be assembled from asm source. I imagine they are distributed as .obj files to spare people the trouble of having to setup an external assembler to compile the project.