Your project file should now list the topic files used and identify the contents topic of the title. The [OPTIONS] section must be the first section in the file. For example, the project file for the sample application is as follows:
[OPTIONS]
CONTENTS=usa_main
[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]
BrowseButtons()
RegisterRoutine("ftui", "InitRoutines", "SU")
InitRoutines(qchPath, 1)
RegisterRoutine("ftui","ExecFullTextSearch","USSS")
CreateButton("ftSearch","&Search","ExecFullTextSearch(hwndApp,qchPath,`',`')")
When you finish creating the [FILES], [OPTIONS], and [CONFIG] sections of your project file, save the file. Give it the name you want your title to have with an .MVP extension. Make sure to save it as ASCII only. (Use the Text Only file-format option in the Word for Windows Save As command on the File menu.)
If you want to build and test your file now, before you add pictures, sounds, or animation sequences, see Chapter 5 for instructions.