I've created a huge delphi project with delphi 7.
This program consists of several runtime packages (bpl's), and what we are trying to do is to upgrade our components and sources to delphi xe7 components so that this program can be compiled by delphi XE7.
But since it's not a simple program, we made up an idea to upgrade some of the runtime packages first and go on to nexts packages so that we can upgrade our software step by step.
I'm wondering if this idea would work: for example,
main.exe(delphi7) + bpl1(delphi7) + bpl2(delphi7) + ... + bpl9(delphi xe7) + bpl10(delphi xe7)
has anyone tried these ways?