Dave Murray wrote: > I'm looking for some info on when two units appeared in Delphi - > Variants.pas and Contnrs.pas > > I know they weren't in Delphi 4 but are in Delphi 6 > > Do they exist in Delphi 5?
Contnrs was introduced in version 5; Variants in version 6. > What is the best way to IFDEF a uses clause that includes these two > units in D6 so that it will also work in D4? Get yourself a copy of compilers.inc from one of Mike Lischke's projects or jedi.inc from a Project JEDI product. They contain lots of compiler symbols mapping the compiler versions (VER140, VER150, etc.) to Delphi product versions and ranges of versions (such as DELPHI_5_UP for versions 5 and later). -- Rob ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

