[futurebasic] Re: [FB] Learning FB2 Toolbox - GWorlds

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : September 2004 : Group Archive : Group : All Groups

From: Bernie Wylde <bernie.w@...>
Date: Fri, 17 Sep 2004 17:08:56 +0100
On 17 Sep 2004, at 16:26, Richard Goodman wrote:

> The program is crashing when program flow reaches the first COPYBITS 
> line in the fragment below:
>
>    dragRect;8 = @gIconRect(iconNum)
>
>    CALL COPYBITS(#bgGWPtr&+2, #stageGWPtr&+2, dragRect, gIconRect, 
> _srcCopy, 0)
>    //************** Above line causes a crash.  *******************
>   <snip>
>
> Any suggestions?

Shouldn't gIconRect be gIconRect(iconNum)?

bw