Tagged Questions

3
votes
2answers
293 views

How to use different packages in the same project for different versions of Delphi

We're slowly converting a big and complicated collection of Delphi 6 projects to Delphi 2007. In Delphi I can use compiler directives in dpr, dpk and pas files to make different code visible to ...