I have a lot of very old Borland C++Builder 5.0 projects, and want to upgrade to the latest Embarcadero version.
As I know, the newest version does not import such old .bpr
projects, so that I must reconfigure it by hand.
My idea is to temporarily install an older version of C++Builder that has such an import and use it to convert the projects, then I could load them in the newest version.
Does anybody know which C++Builder version I can use that works with both project file formats?
Does anybody have any experiences with such a conversion? Are the .dfm
and resource files compatible?