How hard is it to migrate a project from Delphi 7 to Delphi XE?

前端 未结 6 1450
萌比男神i
萌比男神i 2021-02-01 02:40

Our company have a software that has been in development for over 10 years, so there are some really dated stuff in there. It\'s still quite functional and everything, but I see

6条回答
  •  时光说笑
    2021-02-01 03:19

    It is definitely a challenge for this MIGRATION to be executed. But need good PLANNING!

    We first need to find all the possible components which also needs to be migrated along with the Code. If there are 3rd party components used in Delphi7 project which are not available then its quite complicated to get further on. Secondly, the other type conversion related to Unicode, which is quite easy. And finally ofcourse we need to get other supporting libraries, BDE, and Database Adapaters in place.

    For Rich User Interface, Delphi FireMonkey can be used.

    Delphi is getting better and better as it has now support from Desktop to Web to Mobiles application development.

提交回复
热议问题