Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!samsung!uunet!ns-mx!umaxc.weeg.uiowa.edu!bneal From: bneal@umaxc.weeg.uiowa.edu (Brian Neal) Newsgroups: comp.sys.amiga.programmer Subject: Re: AreaFill and 2.0? Message-ID: <6694@ns-mx.uiowa.edu> Date: 27 Jun 91 20:36:33 GMT Sender: news@ns-mx.uiowa.edu Reply-To: bneal@umaxc.weeg.uiowa.edu (Brian Neal) Distribution: usa Organization: U of Iowa, Iowa City, IA Lines: 14 spence@cbmvax.commodore.com (Spencer Shanson) wrote: OK - you are coercing a lot of values to LONGs that should be either WORDS or BYTES. Take another look at the Autodocs for the correct coercion, and try that. I agree that the casts were unnecessary. They are a hold over from using 16-bit ints and calling ROM functions with a non-prototyping compiler. But since I included shouldn't that take care of it? I removed them and still no luck. It is really strange. The old executable (compiled on my 500 with an Manx Aztec 3.6) works fine on my A300. But when I recompile the code with 5.0d on my A3000 then I get nothing. Hmmmmm...