Delphi XE 下的 DevExpress 不起作用

发布于 2024-12-02 14:24:58 字数 139 浏览 5 评论 0原文

我已经安装了 DevExpress 的试用版。我可以将 DevExpress 组件拖放到表单上,但如果我尝试编译,Delphi XE 会说它无法从 DevExpress 中找到 uses 部分中编写的文件。

我做错了什么?

I've installed the trial version of DevExpress. I can drag and drop DevExpress components on my form, but if I try to compile, Delphi XE says that it could't find the files from DevExpress which are written in the uses section.

What am I doing wrong?

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

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

发布评论

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

评论(1

以可爱出名 2024-12-09 14:24:58

确保您已为项目启用运行时包并且列出了 devExpress 包。在项目选项对话框中执行此操作。

在此处输入图像描述

如果您有完整版本的 devExpress,那么您可以选择将源文件直接链接到您的应用程序中,而无需使用运行时包。但是,对于试用版来说这是不可能的。

Make sure that you have enabled runtime packages for your project and that the devExpress packages are listed. Do this in the project options dialog.

enter image description here

If you had the full version of devExpress then you could optionally link the source files directly into your application without using runtime packages. However, that is not possible for the trial version.

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