Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
289 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 ...
3
votes
5answers
1k views

I can't include a version number in this old Delphi project I inherited. How do I fix it?

I have an old Delphi codebase I have to maintain, lots of DLLs, some older than others. In some of these DLLs there is no version information in the Project Options dialog. The controls for adding a ...