William Ramsay scripsit:
It again compiles all the units correctly, but global constants are not
recognized.
Right: that's because global constants are not exposed in the compiler's
output. So define them all in one short file and (include ...) that file
into each unit.
Likewise, do I need to declare utility modules for procedures that
are in modA but are called from modB?
No, that should not be necessary.
This is probably all in a manual somewhere, but reading manuals are
for wimps. Trial and error has always worked in the past...
The gods do *not* protect fools. They are protected by greater fools.