如何在delphi中从.pas文件安装组件?

发布于 2024-12-23 16:18:03 字数 203 浏览 1 评论 0原文

我已经下载了 embarcadereo delphi 2010 的 RealTimeMarquee 组件,它有两个文件

RealTimeMarquee.pas
简单HTML.pas

但是当我尝试使用 delphi 打开文件来编译它时,我看不到激活的绿色按钮(编译/构建)。

我的问题:如何安装这个组件。

谢谢

i've downloaded the RealTimeMarquee component for embarcadereo delphi 2010 which comes as a two files

RealTimeMarquee.pas
SimpleHTML.pas

But when i tried to open the file using delphi to compile it, i can't see the green button ( compile / build ) activated.

My question: How to install this component.

thankyou

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

假扮的天使 2024-12-30 16:18:03

我的问题:如何安装这个组件。

要安装,请按照以下步骤操作(与Remy Lebeau-answer相同的步骤)

步骤#1。
制作一个新包 -

在此处输入图像描述

步骤 #2 。选择新建包

在此处输入图像描述

步骤 #3 。

添加源文件RealTimeMarquee.pas、SimpleHTML.pas
在此处输入图像描述

步骤 #4 。
在此处输入图像描述

步骤 #5 。
A)编译,然后安装

在此处输入图像描述

步骤 # 6.
安装成功后,您将收到此消息。
在此处输入图像描述

步骤 #7 。
您也可以保存 .dpk 文件
在此处输入图像描述

步骤 #8 。
使用 Tool Palatte 中的组件

在此处输入图像描述

My question: How to install this component.

To install follow the steps below (same steps as Remy Lebeau-answer )

Step #1 .
make a new package -

enter image description here

Step #2 . Select New package

enter image description here

Step #3 .

Add the source files RealTimeMarquee.pas,SimpleHTML.pas
enter image description here

Step #4 .
enter image description here

Step #5 .
A)Compile and then install

enter image description here

Step #6 .
On successful installation you will get this message.
enter image description here

Step #7 .
You can save the .dpk file also
enter image description here

Step #8 .
Use the component from Tool Palatte

enter image description here

南冥有猫 2024-12-30 16:18:03

您无法自行编译这些文件。您必须首先将它们添加到项目中。如果您想将它们安装到 IDE 的组件面板中(假设其中一个或两个实现了 Register() 函数),您必须创建一个新的“Package”项目,将文件添加到该项目中,然后您可以编译项目并安装包。

You cannot compile the files by themselves. You have to add them to a project first. If you want to install them into the IDE's component palette (assuming one or both of them implements a Register() function), you have to create a new "Package" project, add the files to that project, then you can Compile the project and Install the package.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文