Updating the Project File

Finally, after you create a BAG.INI file, make sure the project (.MVP) file has a [BAGGAGE] section that contains the following entry:

[BAGGAGE]
bag.ini

The complete USA.MVP project file including the topic files and multimedia commands looks like this:

[OPTIONS]
CONTENTS=usa_main
BMROOT=.\dibs

[FILES]
natext\states_a.rtf ;Arizona
natext\states_c.rtf ;California
natext\states_h.rtf ;Hawaii
natext\states_k.rtf ;Kentucky
natext\states_m.rtf ;Massachusetts
natext\states_n.rtf ;New York, North Dakota
natext\states_t.rtf ;Texas
natext\states_v.rtf ;Virginia
natext\states_w.rtf ;Washington
.
.
.

[CONFIG]
RegisterRoutine("mvaudio", "HAudioCommand", "USSS") ; audio hotspot
RegisterRoutine("mvaff", "HAnimateCommand", "USSSS") ; extended animation
                                                      ; window

RegisterRoutine("ftui", "InitRoutines", "SU")
InitRoutines(qchPath, 1)

RegisterRoutine("ftui","ExecFullTextSearch","USSS")
CreateButton("ftSearch","&Search",
            "ExecFullTextSearch(hwndApp,qchPath,`',`')")
BrowseButtons()

[BAGGAGE]
bag.ini