Help Workshop HCW

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?Vmlub2o=?=

    Help Workshop HCW

    I migrated a project from VC 6 to VS2008 and the help files have trouble
    compiling and are stopping the entire build. The error message says "Windows
    cannot find 'hcw'. Make sure you typed the name correctly...". The hcw.exe
    file is in the hlp directory as well as all the other hcw files. What's it
    looking for?
  • David Lowndes

    #2
    Re: Help Workshop HCW

    >I migrated a project from VC 6 to VS2008 and the help files have trouble
    >compiling and are stopping the entire build. The error message says "Windows
    >cannot find 'hcw'. Make sure you typed the name correctly...". The hcw.exe
    >file is in the hlp directory as well as all the other hcw files. What's it
    >looking for?
    It's probably looking for hcw.exe being available on one of the PATH
    environment directories.

    Dave

    Comment

    • =?Utf-8?B?Vmlub2o=?=

      #3
      Re: Help Workshop HCW

      PATH environment for Windows itself - or specific to the project? I looked
      around in the project settings but nothing jumped out at me...

      "David Lowndes" wrote:
      It's probably looking for hcw.exe being available on one of the PATH
      environment directories.
      >
      Dave
      >

      Comment

      • David Lowndes

        #4
        Re: Help Workshop HCW

        >PATH environment for Windows itself - or specific to the project?

        For the OS.

        Dave

        Comment

        • =?Utf-8?B?Vmlub2o=?=

          #5
          Re: Help Workshop HCW

          That did it. Thanks!

          "David Lowndes" wrote:
          PATH environment for Windows itself - or specific to the project?
          >
          For the OS.
          >
          Dave
          >

          Comment

          Working...