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. -- A rose by any other name John Cowan may smell as sweet, http://www.ccil.org/~cowan but if you called it an onion [email protected] you'd get cooks very confused. --RMS _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
