July 27, 2002
I've patched MFC and committed the sources in to CVS so it will compile with Digital Mars C++ 8.28.17.

// One of the major differences is that 'i' in:
for ( int  i = 0 ; i < 8 ; i++ )
{
}
// Now goes out of scope here!

Everything else seems to be fine.

Jan