Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



How to compile a help project

  1. Open a command prompt (MSDOS box)

  2. Enter the following text on the command line. Note that projectfile is the name of your CS Help project.

cshlpcmp projectfile.cshlp


Example

The directory \cshelp\project\ contains the project files ShapesProj.cshlp, CSHelpProj.cshlp, and CombinedProj.cshlp. These can be compiled using the following text on the command lines

cshlpcmp ShapesProj.cshlp

and

cshlpcmp CSHelpProj.cshlp

and

cshlpcmp CombinedProj.cshlp

[Top]


See also

How to configure a project file