There is a simple way to see what the VER value will be for any compiler release.
Run DCC32 from the command line. Remove the decimal point from the version given in the banner. The Delphi2007 VER value is VER185. Since Delphi2007 is also backwards compatible with Delphi2006, VER180 is also valid. If you have specific Delphi2007 stuff, put it in VER185 (like accessing properties that don't exist in Delphi 2006 - ie GlassFrame on forms). Granted, it would be a lot easier if it was in the Help. _______________________________________________ NZ Borland Developers Group - Delphi mailing list Post: [email protected] Admin: http://delphi.org.nz/mailman/listinfo/delphi Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe
