简体   繁体   English

Vclimg:需要来自其编译文件 Vclimg.dcp 的 Vclimg.bpl 文件

[英]Vclimg: Needs Vclimg.bpl file from its compiled file Vclimg.dcp

I'm using the Rad Studio 10.4.2 Sydney.我正在使用 Rad Studio 10.4.2 悉尼。

I build a project with runtime packages.我用运行时包构建了一个项目。 One package required - Vclimg.dcp.需要一个包 - Vclimg.dcp。 The final program needs the Vclimg.bpl for that runtime plugin to load successfully.最终程序需要Vclimg.bpl才能成功加载该运行时插件。

I search for it on my PC but there is no such a bpl file, only it's dcp equivalent (Vclimg.dcp).我在我的 PC 上搜索它,但没有这样的 bpl 文件,只有它是 dcp 等价物 (Vclimg.dcp)。

Can we build the *.bpl file from only its compile file *.dcp.我们能否仅从其编译文件 *.dcp 构建 *.bpl 文件。 If we can, then how?如果可以,那怎么做? If not, from where can I get the required Vclimg.bpl for my runtime plugin?如果没有,我可以从哪里获得运行时插件所需的Vclimg.bpl

The required bpl filename was Vclimg followed by the version number:所需的 bpl 文件名是 Vclimg 后跟版本号:

Vclimg270.bpl

So always keep in your mind that the version number is a part of the filename.因此,请始终牢记版本号是文件名的一部分。

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

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