After many hours I've finally gotten my project compile! Of course, it crashes.
The last line gives a nilObject exception:
authors = CreateTextField("authors", 128, "English")
authorsMethod = CreateTextField("authorsMethod", 128, "English",
kV_IndexByWords)
authorsMethod.SetMethod("Upper(authors)")
Jon
P.S. What "language" should we use for Unicode?