At 9:00 AM -0500 on 12/29/00, Paul Bruneau wrote: >I thought of a question regarding this procedure. Rather than to replace >the TBAlias of SetEOF in the toolbox standard.incl file, could I not >leave the existing SetEOF alias where it is, and then make a new alias >called "HighLevelSetEOF" or something and thereby eliminate the errors >from all the times where the runtime calls SetEOF? No that won't work you'll still need to include this line somewhere in your code: TOOLBOX FN SetEOF (short,long) = OSErr and the compiler will complain about a duplicate toolbox definition. I'd at least like to see an override feature for TBAlias.