Patch for Visual C++ 2005 Express Edition
Brought to you by:
blackpaw
The patch fixes some compiler errors which occur when
using VC++ 2005 Express (and no doubt the full edition
too...)
Just simple things such as changing the way pointers to
methods on a class are taken, and declaring variables
outside of for loops because the scope rules have changed.
the patch