Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. help needed about help

help needed about help

Scheduled Pinned Locked Moved C / C++ / MFC
c++delphidatabasehelpquestion
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Anthony Appleyard
    wrote on last edited by
    #1

    I am sorry if this query is off-topic here; please tell me the correct place for it. I use Visual C++; before that I used Borland C++ 4.51. Programs need a help (a file with extension .HLP); for a long time I used a help-maker program which made .HLP helps in the old style which Microsoft does not support now. If I call a new commercially-written Windows application, and call its help, the help comes in a new format and will not read old-type .HLP helps. So far since the change of help system I have been making my new programs' helps as plain .TXT files or suchlike. Please:- (1) Where is a program to make helps in the new format? (2) Where is a program to translate an old-type .HLP into a new-type help file?

    R M 2 Replies Last reply
    0
    • A Anthony Appleyard

      I am sorry if this query is off-topic here; please tell me the correct place for it. I use Visual C++; before that I used Borland C++ 4.51. Programs need a help (a file with extension .HLP); for a long time I used a help-maker program which made .HLP helps in the old style which Microsoft does not support now. If I call a new commercially-written Windows application, and call its help, the help comes in a new format and will not read old-type .HLP helps. So far since the change of help system I have been making my new programs' helps as plain .TXT files or suchlike. Please:- (1) Where is a program to make helps in the new format? (2) Where is a program to translate an old-type .HLP into a new-type help file?

      R Offline
      R Offline
      rp_suman
      wrote on last edited by
      #2

      Anthony Appleyard wrote:

      (1) Where is a program to make helps in the new format?

      I hope this link will help you: HTML Help: Context-Sensitive Help for Your Programs [^]

      -- "Programming is an art that fights back!"

      1 Reply Last reply
      0
      • A Anthony Appleyard

        I am sorry if this query is off-topic here; please tell me the correct place for it. I use Visual C++; before that I used Borland C++ 4.51. Programs need a help (a file with extension .HLP); for a long time I used a help-maker program which made .HLP helps in the old style which Microsoft does not support now. If I call a new commercially-written Windows application, and call its help, the help comes in a new format and will not read old-type .HLP helps. So far since the change of help system I have been making my new programs' helps as plain .TXT files or suchlike. Please:- (1) Where is a program to make helps in the new format? (2) Where is a program to translate an old-type .HLP into a new-type help file?

        M Offline
        M Offline
        Moak
        wrote on last edited by
        #3

        Anthony Appleyard wrote:

        (1) Where is a program to make helps in the new format? (2) Where is a program to translate an old-type .HLP into a new-type help file?

        1. You can use any help authoring tool capable of generating CHM-files (HTML help), see Wikipedia. 2) Performing a quick Google search... there are a couple of tools available, see convert HLP CHM. It's weekend, yay! :) /M PS: Users don't like reading documentation, don't spend too much time on it.

        Chat in Europe :java: Now with 24% more Twitter

        modified on Saturday, August 14, 2010 4:23 AM

        A 1 Reply Last reply
        0
        • M Moak

          Anthony Appleyard wrote:

          (1) Where is a program to make helps in the new format? (2) Where is a program to translate an old-type .HLP into a new-type help file?

          1. You can use any help authoring tool capable of generating CHM-files (HTML help), see Wikipedia. 2) Performing a quick Google search... there are a couple of tools available, see convert HLP CHM. It's weekend, yay! :) /M PS: Users don't like reading documentation, don't spend too much time on it.

          Chat in Europe :java: Now with 24% more Twitter

          modified on Saturday, August 14, 2010 4:23 AM

          A Offline
          A Offline
          Anthony Appleyard
          wrote on last edited by
          #4

          Thanks. If s is a char* -type variable containing the name of a *.chm-type file, please how do I call it as a help file? With the old help I used a format like: case _HELP_: WinHelp(wn,PROGNAME".HLP",HELP_CONTENTS,0); goto DEF;

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups