简体   繁体   English

重新编译Delphi 64位vcl250.bpl

[英]Recompile Delphi 64-bit vcl250.bpl

I wish to make a fix to StyleUtils.inc in Delphi Tokyo. 我希望修复Delphi Tokyo中的StyleUtils.inc。 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. 我的应用程序是64位的,因此我想在.. \\ Redist \\ win64目录中重建vcl250.bpl。

I do realize that StyleUtils.inc is listed as not 64-bit compatible at the top of the file. 我确实意识到StyleUtils.inc在文件顶部被列为不兼容64位。

//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? 因此,一个具体的问题是如何重建可再发行的64位vcl250.bpl?

Thanks. 谢谢。

The licence is quite clear on this point. 关于这一点,许可证很明确。 You are not permitted to distribute modified versions of the RTL/VCL/FMX runtime packages. 不允许您分发RTL / VCL / FMX运行时程序包的修改版本。 So what you are trying to achieve can't be done. 因此,您要实现的目标无法完成。

At best you can deal with this by way of a runtime code hook. 充其量,您可以通过运行时代码挂钩来解决此问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM