简体   繁体   English

如何删除设计时程序包?

[英]How to remove design-time package?

I am trying to install Asynch Pro into Delphi 2007. I seem to have installed the wrong package (10 vs 9), and need to install a different one. 我正在尝试将Asynch Pro安装到Delphi 2007中。我似乎安装了错误的软件包(10 vs 9),并且需要安装其他软件包。 Trouble is that when I try to install the design time package, I am told that the names are already present. 麻烦的是,当我尝试安装设计时软件包时,被告知名称已经存在。 How do I remove the original design-time (and run-time) packages? 如何删除原始的设计时(和运行时)包?

Use the Component->Install Packages menu item. 使用“ Component->Install Packages菜单项。 When the dialog appears, find the package you want to remove, click on it to select it, and then click the Remove button. 出现对话框时,找到要删除的软件包,单击它以选择它,然后单击“ Remove按钮。 You'll probably need to also delete the .dcp and .bpl files from the version you want to remove. 您可能还需要从要删除的版本中删除.dcp和.bpl文件。 Also, check the directories in the Tools->Options settings, specifically the Environment Options->Delphi Options->Library - Win32 Library and Browsing paths, and remove any of the ones related to the Asynch Pro version you're removing. 另外,检查“ Tools->Options设置中的目录,特别是“ Environment Options->Delphi Options->Library - Win32库和浏览路径”,然后删除与要删除的Asynch Pro版本相关的任何目录。

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

相关问题 PosEx在设计时软件包中不起作用 - PosEx not works in Design-Time Package 如何在设计时禁用子控件? - How to disable child controls at design-time? 覆盖组件在单独的Design-Time包中创建构造函数 - Overriding Component Create Constructor in Separate Design-Time package 创建安装程序时如何从设计时程序包内确保正确的“需要” Delphi运行时程序包定义 - How to ensure correct 'requires' definition of a Delphi run-time package from within a design-time package when creating an installer 如何在设计时 Firedac 中设置表字段主要? - How to set a table field primary in design-time Firedac? Delphi:如何为自定义组件创建额外的设计时菜单? - Delphi: How to create an extra design-time menu for a custom component? 如何防止与TFrame注册为组件的设计时交互 - How to prevent design-time interactions with TFrame registered as a component 如何在设计时设置 TToolButton 的准确高度? - How to set exact Height of TToolButton at design-time? 如何在设计时获取表单上所有组件的列表? - How to get a list of all components on the Form at Design-Time? 如何将设计时的TWebAction与TObject的结构链接起来? - How to link design-time TWebActions with a structure of TObjects?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM