Delphi 2010,DeHL,找不到文件

发布于 2024-08-07 22:18:57 字数 295 浏览 7 评论 0原文

已经安装了Delphi 2010的试用版,希望看看DeHL

不过,肯定有一些东西我错过了,因为我无法找到如何包含任何单元,而不会在编译时出现“文件未找到”错误......

我所做的是在项目“包含文件搜索路径”中包含 pas 文件的路径。我也尝试使用包构建,但找不到 DeHL 包。 我还尝试包含所有 DeHL dcu 文件所在的 bin 路径,但没有结果。

有什么想法吗?

Have installed trial version of Delphi 2010, and hoped to get a look at DeHL.

There must be something that I have missed out on, though, cause I can't find out how to include any of the units without getting a 'file not found'-error at compile time...

What I have done, is to include the path to the pas-files in the projects 'Include file search path'. I also tried to build with packages, but it couldn't find the DeHL-package.
I also tried to include the bin-path where all of DeHLs dcu-files are, but no result.

Any ideas?

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

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

发布评论

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

评论(1

卖梦商人 2024-08-14 22:18:58

也许您没有将源文件路径包含到库路径列表中。
为此,

  • 请转到“工具”>“选项”>“环境选项”>“Delphi 选项”>“Library-Win32”,
  • 将 DeHL 的 src(以及所有子文件夹)添加到库路径列表中,

  • “编译器选项”的“包含路径”>“项目的搜索路径”也同样有效

Maybe you have not included source file paths to the library path list.
To do so:

  • Go to Tools>Options>Environment Options>Delphi Options>Library-Win32
  • Add DeHL's src (and all sub folders) to the library path list

also

  • Included paths to Compiler Options>Search Paths of the project works as well.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文