Updating the Project File

If you use the reporting or troubleshooting options specified in this chapter, the project file would look like the following example from the USA.MVP file:

[OPTIONS]
CONTENTS=usa_main
BMROOT=.\dibs
REPORT=ON         ; Report errors on screen during the build
ERRORLOG=USA.LOG  ; Log file holding build-error messages
WARNING=3         ; Report all warnings during the build


[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()

Remember that the [OPTIONS] section must be the first section in the project file.