John,
> Looks like the project is missing some files, maybe .use files?
I'm pretty sure the .use and .h files are created as part of the translation
process. I know the order of translation is important since the .h files
are create when the files are translated - so they can not be referenced by
the dependant files until they exist. In a batch file compile approach,
just translate the lower level stuff first. I made the upper level files
dependant on the lower level files in the makefile so it does the lowest
level build first. At least I did that in the explorer program I was
working on carving up. I hope I did it correctly in the files I uploaded.
David Garner