简体   繁体   English

什么是“。〜bpl”文件?

[英]What are “.~bpl” files?

Using Code Gear Delphi 2007 (don't know if it matter), each time a ".bpl" package is compiled, a ".~bpl" file is created too. 使用Code Gear Delphi 2007(无关紧要),每次编译“ .bpl”包时,也会创建一个“。〜bpl”文件。 What are ".~bpl" files? 什么是“。〜bpl”文件? Are those files required or is there a way to avoid their creation? 这些文件是必需的还是有避免创建这些文件的方法?

It's the backup of the previous copy of the BPL file, just like the .~pas files are backups of the .pas files and the .~dsk file is a previous copy of your desktop settings file and the .~dfm is a previous copy of your .dfm file. 这是BPL文件的以前的副本的备份,就像.~pas文件是.PAS文件的备份和.~dsk文件为您的桌面设置文件的以前的副本和.~dfm是以前的副本.dfm文件。

There's no way to avoid their creation, but they're harmless. 无法避免创建它们,但是它们是无害的。 I'm not sure why they would concern you, but you can always create a post-build event in your project to delete them after a successful build. 我不确定他们为什么会关心您,但是您始终可以在项目中创建一个构建后事件,以在构建成功后将其删除。

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

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