[futurebasic] Re: [FB] Re: URLAbort in a thread

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

From: Alain Pastor <pixmix@...>
Date: Sun, 27 Oct 2002 21:04:28 +0100
Russ,

A quick addition to make the subs file PPC compliant. Add the 
following declarations right above or below the three Include statements:

#If CarbonLib = 0
Def Fn GetNextWindow( w As ^CWindowRecord ) = w.nextWindow
Toolbox Fn LMGetWindowList = ptr
TBAlias LMGetWindowList, GetWindowList
#EndIf

I get the same behavior in PPC: all seems to work except the hanging 
when an upload is aborted.
-- 
Cheers,

A. Pastor