[comp.sys.amiga.programmer] AreaFill and 2.0?

bneal@umaxc.weeg.uiowa.edu (Brian Neal) (06/28/91)

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 <functions.h> 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...