Most C++ samples (OLE DB Providers & Tools) would not even compile with 2005
and 2008, mostly for embarrasing (defaulting to int) reasons like:
1. untyped const
2. even undeclared variables (also assumed to be int) like for(i = 0; blah,
blah blah)
Now that your compiler got better (and all these "wonders" are gone) it
would be nice to ask different teams to make sure that their samples still
compile... Practical example, in the Platform SDK, samples, dataaccess,
oledb, rowsetviewer... This application is also (binary) delivered as a
tool... So, this is like telling customers: we didn't even bother to rebuild
our tools... :-)
Regards,
Daniel