CompuServe Messages

#AreaFill

#: 35272 S7/ProgrammingForum unknown
    04-Oct-86 21:48:06
Sb: #35214-#AreaFill
Fm: Ray Larson 70446,766
To: john samuels 71066,307

This message turned up in search, but its forum couldn’t be identified from the original transcript, so it may not be linked into its thread.

O.K., I've found that sometimes adding a little extra space in the AllocRaster call, and in the FreeRaster call works. I've used AllocRaster(width+24L,height+24L); and FreeRaster(PTR,width+24L,height+24L); I'm not really sure WHY, but this worked for me. I suspect it provides some padding. I borrowed the idea from some of -=RJM=-'s code.