重新编译Delphi 64位vcl250.bpl [英] Recompile Delphi 64-bit vcl250.bpl

查看:292
本文介绍了重新编译Delphi 64位vcl250.bpl的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我希望修复Delphi Tokyo中的StyleUtils.inc.我的项目正在与运行时程序包链接.

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

我的应用程序是64位的,因此我想在.. \ Redist \ win64目录中重建vcl250.bpl.

My app is 64-bits and so I would like to rebuild the vcl250.bpl in the ..\Redist\win64 directory.

我确实意识到StyleUtils.inc在文件顶部被列为不兼容64位.

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.

因此,具体的问题是如何重建可再发行的64位vcl250.bpl?

So the specific question is how would one rebuild the 64-bit vcl250.bpl redistributable?

谢谢.

推荐答案

在这一点上,许可证非常明确.不允许您分发RTL/VCL/FMX运行时程序包的修改版本.因此,您无法实现的目标.

The licence is quite clear on this point. You are not permitted to distribute modified versions of the RTL/VCL/FMX runtime packages. 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.

这篇关于重新编译Delphi 64位vcl250.bpl的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆