简体   繁体   English

使用 Delphi,我是否需要卸载、构建、安装安装后源代码已更改的包?

[英]Using Delphi, Do I need to uninstall, build, install a package which source code has changed after it was installed?

I am currently uninstalling the ".bpl" component package, changing to source code, building it and installing it.我目前正在卸载“.bpl”组件包,更改为源代码,构建并安装它。

I'm thinking I'm doing it the logical way, but I wonder if I'm doing a unnecessary step or is there a faster way to do this while debugging my component?我在想我是按照逻辑的方式做的,但我想知道我是否在做一个不必要的步骤,或者在调试我的组件时是否有更快的方法来做到这一点?

It is not necessary to uninstall a package before making any changes.无需在进行任何更改之前卸载软件包。 I've worked on plenty packages in my time, and never had a need to do so.在我的时间里,我已经处理了很多包,而且从来没有必要这样做。 The only situation where it's necessary would be if you have changed its name, or its location.唯一需要的情况是您更改了它的名称或位置。 Otherwise, just be sure to build/install it again after any edits.否则,请确保在任何编辑后再次构建/安装它。

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

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