[BITMAPS] Section

Syntax

[BITMAPS]

filename
.
.
.

The [BITMAPS] section tells the Help compiler where to find bitmaps placed using the bmc, bml, or bmr reference.

Parameter

filename

Specifies the full path of a bitmap file. If a file cannot be found, the compiler reports an error.

Comments

The [BITMAPS] section is not required if the bitmaps are located in the Help project directory or if the path containing the bitmaps is listed in the BMROOT or ROOT option. If the Help project file does not include either of these options, each bitmap filename must be listed in the [BITMAPS] section of the Help project file.

Example

The following example specifies three bitmaps:

[BITMAPS]
BMP01.BMP
BMP02.BMP
BMP03.BMP

See Also

BMROOT Option, ROOT Option