[futurebasic] Re: [FB] SetEOF question

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : December 2000 : Group Archive : Group : All Groups

From: Heather Donahue <heatherd@...>
Date: Fri, 29 Dec 2000 17:35:38 -0800
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.