c++.mfc - 8.28.17n
- Jan Knepper <jan smartsoft.cc> Jul 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
Jul 27 2002








Jan Knepper <jan smartsoft.cc>