27.08.2019

Delphi Versions

Delphi Versions Average ratng: 4,5/5 7795 reviews
  1. Delphi Versions Comparison
  2. Delphi Programming Download

I started with Delphi 3 and continued with Delphi 5 - both of which were solid versions. I recently got back to Delphi development with RAD Studio 10.1 Berlin. Seems very solid, fast with very good support for cross platform development.

DelphiVersions

Delphi Versions Comparison

So far, this is a single project. We are trying to write tests for bugs. Some bugs fail in earlier versions and pass in newer versions.

The question then becomes, how do we handle the differences between versions?

How about this proposal:

Versions

We have a separate branch for each version starting with, say XE. Then, the XE2 branch will split off the XE branch, the XE3 branch will split off the XE2 branch, and XE4 off of XE3. Saint seiya pc game. This way, we can migrate tests forward very easily be merging changes forward. People can work on the branch that matches their Delphi version, and their work can naturally be migrated forward to the later version branches.

Thoughts?

Delphi Programming Download

Comments (41)