MakeHM

Generate Help Macro File Tool
Download

MakeHM Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • Blake V Miller
  • Publisher web site:
  • http://www.codeproject.com/Members/Blake-V-Miller
  • Operating Systems:
  • Windows All
  • File Size:
  • 105 KB

MakeHM Tags


MakeHM Description

The MakeHM application was developed to be a small tool that will help you generate help macro files for your VC++ project. This program will read the Resource.H file from an MFC project and automatically generate the 'ProjectName'.Hm help macro file, if you edit the project settings as described here.You can add a custom build step to your project to create the help macro file each time your executable is built, but you should make sure that CGMAKEHM.EXE is somewhere in your path before trying to use it in the build process. I copy mine to the BIN folder where Visual C++ is installed.Open the project settings, then select the Resource.H file. Select Release from the drop down combo box. Then enter the following text into the Build Commands field to the right: "CGMAKEHM $(ProjDir)\Resource.H" Then enter the following text into the Output File field to the right: "$(ProjDir)\ProjectName.Hm" where 'ProjectName' is the name of the project, or any other valid file name you want the help macro file to be called.


MakeHM Related Software