<hxcomp>

Compiles a Microsoft HTML Help 2.0 Project.

Parameters

Attribute Type Description Required
contents string The name of the contents (.HxC) file. False
logfile string ANSI/DBCS log filename. False
noerrors bool Generate no error messages. False
noinformation bool Generate no informational messages. False
nowarnings bool Generate no warning messages. False
output string Output (.HxS) filename. False
projectroot string Root directory containing Help 2.0 project files. False
quiet bool Quiet mode. False
uncompilefile string File to be decompiled. False
uncompileoutputdir string Directory to place decompiled files into. False
unicodelogfile string Unicode log filename. False
failonerror bool False
if bool False
timeout int False
unless bool False
verbose bool False

Framework-configurable parameters

Attribute Type Description Required
exename string False
useruntimeengine bool False

Nested Elements:

<arg>

</arg>

Examples

Compile a help file.

<hxcomp contents="MyContents.HxC" output="MyHelpFile.HxS" projectroot="HelpSourceFolder"/>