when i select any error message in message window and press F1 i receive a
error message
"Cannot find the C:Program FilesBorlandDelphi7Helpd7.hlp file. Do you want
to try to find this file your self?"
after receiving this error evenif i press "yes" button and select D7.Hlp
file, it doesnt show me releted help
it seems i receive this error only on selecting error message in message
window.
pressing F1 works with components and code.
how to fix this problem ??
Thanks
Kamlesh
> when i select any error message in message window and press F1 i receive a
> error message
> "Cannot find the C:Program FilesBorlandDelphi7Helpd7.hlp file. Do you want
> to try to find this file your self?"
Are you sure that the backslashes are missing in the file name?
If so, it looks like a misinterpretation of backslashes as C style
escape characters, and I really don't wonder why no help file can be found.
DoDi
Regards
Kamlesh
"Hans-Peter Diettrich" <DrDiet...@aol.com> wrote in message
news:45e71601$3...@newsgroups.borland.com...
> yeh, backslashes are missing in the file name(in error message)
> it was working perfectly well, suddenly dont know what went wrong ??!!
I suggest checking the files in ..\Delphi7\Help for the
most recently altered file. Compare the directory to
the one on CD, Don't forget to show hidden files in
your compare. I think a .gid file might be bad (these
files are hidden). If I remember correctly, deleting
a .gid will force a regeneration but, of course, you
should back everything up beforehand. I think also,
the .ftg can go bad (compare it to the one on CD).
--Craig
> Kamlesh wrote:
>
>> when i select any error message in message window and press F1 i receive a
>> error message
>> "Cannot find the C:Program FilesBorlandDelphi7Helpd7.hlp file. Do you want
>> to try to find this file your self?"
>
> Are you sure that the backslashes are missing in the file name?
Yes, sometimes I get this annoying error, in D7, too. The help file is at
the correct path but the IDE dismisses the backslashes for some reasons and
fails to find it.
I do not know what causes this, a restart of the IDE helps however.
--
cu,
Michael
Regards
Kamlesh
"Craig Farrell" <cNO_SPAM.pl...@insprise.com> wrote in message
news:45e722eb$1...@newsgroups.borland.com...
I hope you deleted D7.gid beforehand. It is a hidden
file. You cannot copy a fresh one, it is generated.
--Craig