CompuServe Thread

Forum unknown · Programming

#AreaFill

1 messages in this thread
#35152From: john samuelsOct 3, 1986 11:44 PM
Help! Help! I'm trying to use the AreaMove, AreaDraw, AreaFill stuff as described in the ROM KERNAL MANUAL using Aztec C with 512K. Everything goes well 'til I close my window. The RKM says to FreeRaster so I have this as the first line of my clean-up routine: FreeRaster(myplane,320L,200L); (where previously I have: PLANEPTR myplane; myplane = AllocRaster(320L,200L); When the Amiga hits that line (FreeRaster) the GURU comes a' callin'. (at least I think that's the culprit). Can anyone please help me out of my stupidity attack here??? Thanks in advance… John