Recompile Delphi 64-bit vcl250.bpl

I want to make a fix for StyleUtils.inc in Delphi Tokyo. My project is linking to runtime packages.

My application is 64-bit, so I would like to rebuild vcl250.bpl in the .. \ Redist \ win64 directory.

I really understand that StyleUtils.inc is listed as incompatible with the 64-bit version at the top of the file.

//TODO -oUnassigned -cImplement : x64 : Implement PlatformNotImplemented in this unit or disable for x64.

However, until any changes occurred in Tokyo, this code was very stable in Berlin. The error is reported on the quality portal.

So, the specific question is, how can I redistribute the 64-bit vcl250.bpl redistributable?

Thank.

0
source share
1 answer

. RTL/VCL/FMX. , , .

.

+1

Source: https://habr.com/ru/post/1688968/


All Articles