Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [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

[Top]


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