www.digitalmars.com         C & C++   DMDScript  

c++.mfc - 8.28.17n

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
Jul 27 2002