| View previous topic :: View next topic |
| Author |
Message |
Jack Guest
|
Posted: Tue May 01, 2007 9:39 pm Post subject: .hlp & .chm (Help file) |
|
|
My program opens the Help file (help.hlp). The program is working fine when
I use the Delphi 2006, but displays error message on Delphi 2007 for Win 32
Professional.
Displays error message: Raised exception class EHelpSystemException with
message 'No topic-based help system installed'
Application.HelpFile := AppPath + 'help.hlp';
Application.HelpJump('');
Note: Do I need to add WinHelpViewer.pas into the program? How do I use the
xx.chm (html) using Delphi 2007.
Please provide direction how to solve above problem.
Thank you
Jack |
|
| Back to top |
|
 |
Liz Guest
|
Posted: Tue May 01, 2007 10:30 pm Post subject: Re: .hlp & .chm (Help file) |
|
|
Jack wrote:
| Quote: | Note: Do I need to add WinHelpViewer.pas into the program? How do I
use the xx.chm (html) using Delphi 2007.
|
yes you would and if it were the html/chm files it would be
htmlhelpviewer
--
Liz the Brit
Delphi things I have released: http://www.xcalibur.co.uk/DelphiThings |
|
| Back to top |
|
 |
|