[futurebasic] Re: Welcome to the pleasure dome

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : October 2001 : Group Archive : Group : All Groups

From: Bernie Wylde <bernie@...>
Date: Mon, 01 Oct 2001 10:57:19 +0100
Hi jonathan,
Just working through your DragManager walk through and I've tripped on the
first step.

On running the first example, I get:

Error: Un-Defined Constant {GESTALTDRAGMGRATTR} ???
in file Temp Project at line 31 in ISDRAGMANAGERAVAILABLE
€ €long if fn gestalt( _gestaltDragMgrAttr,myReturn) =_noErr

Error: Expected an end Œ)¹ here...
Example: Too many parameters, or mismatched ().
in file Temp Project at line 31 in ISDRAGMANAGERAVAILABLE
 €long if fn gestalt( _gestaltDragMgrAttr,€myReturn) =_noErr

Error: Un-Defined Constant {GESTALTDRAGMGRPRESENT} ???
in file Temp Project at line 32 in ISDRAGMANAGERAVAILABLE
€  €myReturn = ( myReturn and( 1 << _gestaltDragMgrPresent))

Can you get me back on the path?

Cheers
Bernie