I wish to make a fix to StyleUtils.inc in Delphi Tokyo. My project is linking with runtime packages.
My app is 64-bits and so I would like to rebuild the vcl250.bpl in the ..\Redist\win64 directory.
I do realize that StyleUtils.inc is listed as not 64-bit compatible at the top of the file.
//TODO -oUnassigned -cImplement : x64 : Implement PlatformNotImplemented in this unit or disable for x64.
However, until some changes were made in Tokyo, the code had been very stable in Berlin. The error has been reported in the Quality Portal.
So the specific question is how would one rebuild the 64-bit vcl250.bpl redistributable?
Thanks.