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