| View previous topic :: View next topic |
| Author |
Message |
Don Locke Guest
|
Posted: Wed Sep 06, 2006 9:08 pm Post subject: winhelp |
|
|
Does anyone have an example of how the help file (.hlp) works in
BDS2006? I have looked on Google & found that it was recommended that
you download CB6 trial for examples & documentation. I don't find a
download for CB6 trial.
Don |
|
| Back to top |
|
 |
Michel Leunen Guest
|
Posted: Wed Sep 06, 2006 11:43 pm Post subject: Re: winhelp |
|
|
Don Locke wrote:
| Quote: | Does anyone have an example of how the help file (.hlp) works in
BDS2006?
|
It's no longer .hlp file.
I have looked on Google & found that it was recommended that
| Quote: | you download CB6 trial for examples & documentation. I don't find a
download for CB6 trial.
|
You can download the BCB6 Enterprise Trial here:
http://www.borland.com/downloads/download_cbuilder.html
And here, you can find all help files from BCB5. Even if it's quite
dating, it's still handy:
http://info.borland.com/techpubs/bcppbuilder/v5/updates/pro.html
Michel
--
----------------------------------------
Michel Leunen
mailto: see my homepage.
C++Builder, BCC5.5.1 Web site:
http://www.leunen.com/
---------------------------------------- |
|
| Back to top |
|
 |
Don Locke Guest
|
Posted: Thu Sep 07, 2006 12:54 am Post subject: Re: winhelp |
|
|
Hi Michel,
I don't find any mention of BCB6 on the download page you listed in
your reply. It only shows BDS2006. And I had looked there before. As
for the .hlp file are you saying that BDS2006 can not use .hlp help files?
Don |
|
| Back to top |
|
 |
Pete Fraser Guest
|
Posted: Thu Sep 07, 2006 1:29 pm Post subject: Re: winhelp |
|
|
Applications written with BDS2006 can use .hlp files but
BDS2006 itself uses HtmlHelp2 for the help system.
If you are writing help for components, there are several
applications that you can use to generate HtmlHelp2 files:
DocOMatic and GenHelpPro to name but 2. These can produce
help files for most IDE's in most formats.
GenHelpPro is available as a trial which adds a notice on
each page but is otherwise fully functional.
See my sig for GenHelpPro website.
--
HTH Pete
=================================
www.frasersoft.net
GenHelp: "Making writing help fun"
"Don Locke" <dgnospamlocke (AT) comcast (DOT) net> wrote in message
news:44ff275f$1 (AT) newsgroups (DOT) borland.com...
| Quote: | Hi Michel,
I don't find any mention of BCB6 on the download page
you listed in your reply. It only shows BDS2006. And I
had looked there before. As for the .hlp file are you
saying that BDS2006 can not use .hlp help files?
Don
|
|
|
| Back to top |
|
 |
Don Locke Guest
|
Posted: Thu Sep 07, 2006 5:22 pm Post subject: Re: winhelp |
|
|
I have converted an app from BCB5 that already has a .hlp help file. I
don't want to redo it as it would be very time consuming. Future
projects will have htmlhelp2 help files. I still need to know how to
use the .hlp help file with BDS2006.
Don |
|
| Back to top |
|
 |
JD Guest
|
Posted: Thu Sep 07, 2006 10:45 pm Post subject: Re: winhelp |
|
|
Don Locke <dgnospamlocke (AT) comcast (DOT) net> wrote:
| Quote: |
[...] I still need to know how to use the .hlp help file
with BDS2006.
|
Add:
#pragma link "WinHelpViewer"
to your main form.
~ JD |
|
| Back to top |
|
 |
Michel Leunen Guest
|
Posted: Thu Sep 07, 2006 11:32 pm Post subject: Re: winhelp |
|
|
Don Locke wrote:
| Quote: | I don't find any mention of BCB6 on the download page you listed in
your reply.
|
The first download is BDS2006. The second, BCB6 Enterprise Trial, the
third, BCC5.5 ...
Michel
--
----------------------------------------
Michel Leunen
mailto: see my homepage.
C++Builder, BCC5.5.1 Web site:
http://www.leunen.com/
---------------------------------------- |
|
| Back to top |
|
 |
Don Locke Guest
|
Posted: Fri Sep 08, 2006 5:20 pm Post subject: Re: winhelp |
|
|
You're right. I wasn't reading it correctly. I downloaded it yesterday &
still waiting for the email with the key to install it. Thanks to you & JD.
Don |
|
| Back to top |
|
 |
|