Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Delphi XE2: Looking for faster way to migrate VCL ProjectGroup from 32-bit to 64-bit

As stated in RAD Studio docwiki, to migrate 32 bit VCL application to 64 bit:

Open your 32-bit application in the IDE, add and activate the 64-bit target platform, and compile your application as a 64-bit application.

I have a project group that contain more than 200 32-bits projects. In order to support 64 bits, I need to add the 64 bit target platform one by one.

Is there a faster way to add 64 bit target platform ?

like image 762
Chau Chee Yang Avatar asked Sep 03 '11 08:09

Chau Chee Yang


1 Answers

You would have to write (or find) a utlity app that loops through the .dproj files of the Project Group updating the settings as needed. There is no built-in functionality to automate that.

like image 98
Remy Lebeau Avatar answered Oct 05 '22 03:10

Remy Lebeau