| View previous topic :: View next topic |
| Author |
Message |
Joe Average Guest
|
Posted: Mon Jun 26, 2006 6:44 am Post subject: Winhelp upgrade from Cbuilder5 |
|
|
We have just upgraded a program from CBuilder5 to BDS2006. Everything still
works except for the winhelp help files. Pressing F1 now brings up an error
message "No context-sensitive help installed" or unable to find a Table of
Contents. The Project Options help file has been updated and the current
help file has been loaded under the Application page.
In Delphi, we added uses WinHelpViewer but not sure about what to add in
CBuilder. In the debugger, BDS2006 is looking for a file HelpIntfs.pas ? |
|
| Back to top |
|
 |
JD Guest
|
Posted: Mon Jun 26, 2006 2:05 pm Post subject: Re: Winhelp upgrade from Cbuilder5 |
|
|
"Joe Average" <someone (AT) microsoft (DOT) com> wrote:
| Quote: |
In Delphi, we added uses WinHelpViewer but not sure about
what to add in CBuilder.
|
#pragma link "WinHelpViewer"
or add a .pas file to the project that uses WinHelpViewer.
~ JD |
|
| Back to top |
|
 |
Jens Nielsen Guest
|
Posted: Mon Jun 26, 2006 7:14 pm Post subject: Re: Winhelp upgrade from Cbuilder5 |
|
|
Press Ctrl + F1
"Joe Average" <someone (AT) microsoft (DOT) com> wrote in message
news:449f3be2 (AT) newsgroups (DOT) borland.com...
| Quote: | We have just upgraded a program from CBuilder5 to BDS2006. Everything
still works except for the winhelp help files. Pressing F1 now brings up
an error message "No context-sensitive help installed" or unable to find a
Table of Contents. The Project Options help file has been updated and the
current help file has been loaded under the Application page.
In Delphi, we added uses WinHelpViewer but not sure about what to add in
CBuilder. In the debugger, BDS2006 is looking for a file HelpIntfs.pas ?
|
|
|
| Back to top |
|
 |
|