0

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.

Dale Athanasias
  • 471
  • 3
  • 16
tim11g
  • 1,935
  • 5
  • 27
  • 41

1 Answers1

0

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