Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!iuvax!pur-ee!pur-phy!murphy From: murphy@pur-phy (William J. Murphy) Newsgroups: comp.sys.amiga Subject: Re: Question about TmpRas Message-ID: <1359@pur-phy> Date: 31 Aug 88 19:57:06 GMT References: <8808290553.AA27457@cory.Berkeley.EDU> Reply-To: murphy@newton.physics.purdue.edu.UUCP (William J. Murphy) Organization: Purdue Univ. Physics Dept., W. Lafayette, IN Lines: 18 Matt, thanks for the observation about the missing parentheses, but that was a typoe while posting the question. My question still stands. What is wrong with this code, Window->RPort->TmpRas = InitTmpRas(&tmpras, raster, RASSIZE(maxx, maxy)); The Manx compiler gives an error of illegal type conversion. As I previously said, the InitTmpRas function is declared to be a void and should not return anything. So why would someone write this? The line of code is taken out of Flynn D. Fishman's program Graph It ][, subprogram three-d.c. I did not write the code, I am only trying to get it to run. Does anyone have a serious answer? Matt? Thanks Bill Murphy murphy@newton.physics