...but now, The App builds under VS2k5.
Most of it came down to code that took advantage of the broken scoping rules for for
loops in previous versions of VC++. A few interesting changes though:
code that had mistakenly been using the address of a function rather
than the return value was my favorite.

