Delphi 上下文帮助显示“找不到 C:Program FilesBorlandDelphi7Helpd7.hlp 文件”

发布于 2024-10-18 01:43:27 字数 336 浏览 3 评论 0原文

我的 Delphi 7 安装开始出现此错误。错误消息显示正确的帮助路径,但删除了反斜杠。帮助文件位于预期位置 (C:\Program Files\Borland\Delphi7\Help)。 我在 Windows 7 下运行 D7。它以前可以工作。

在此处输入图像描述

有时我也会收到此错误:

在此处输入图像描述

我在 Google 上搜索过,发现其他人报告了该问题,但尚未发布解决方案。

My Delphi 7 installation started giving this error. The error message shows the correct help path, but with the backslashes removed. The Help files are present in the expected location (C:\Program Files\Borland\Delphi7\Help).
I'm running D7 under Windows 7. It was working previously.

enter image description here

Sometimes I also get this error :

enter image description here

I have searched on Google, and I find others reported the problem, but no solution has been posted.

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

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

发布评论

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

评论(1

放低过去 2024-10-25 01:43:27

我发现此错误可能是由 OpenHelp 项目中缺少帮助文件引起的。
要复制错误,我只需将 {$WARN} 添加到简单项目中,然后在 WARN 单词上按 F1。
要修复此问题:

  • 运行delphi 7,
  • 单击“Help”->“Customize”(将显示 OpenHelp 窗口)
  • 在 OpenHelp 中为每个“Context”、“Index”和“Link”选项卡 :
    • 选择标签
    • 浏览到 C:\program files\borland\delphi7\help(或任何您的 delphi 安装路径)
    • 选择丢失的文件(在我的例子中是 d7dopts.toc、d7dopts.hlp、d7derrs.toc 和 d7derrs.hlp)
    • 保存项目

I have found that this error can be cause by help files missing from OpenHelp project.
To replicate error I would just add {$WARN} to simple project and press F1 on WARN word.
To fix it:

  • run delphi 7
  • click Help->Customize (OpenHelp window will be shown)
  • in OpenHelp for each of "Context", "Index" and "Link" tabs:
    • select tab
    • browse to C:\program files\borland\delphi7\help (or whatever your delphi installation path is)
    • select missing files (in my case it was d7dopts.toc, d7dopts.hlp, d7derrs.toc and d7derrs.hlp)
    • save project
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文