Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!ames!pasteur!ucbvax!CORY.BERKELEY.EDU!dillon From: dillon@CORY.BERKELEY.EDU (Matt Dillon) Newsgroups: comp.sys.amiga Subject: Re: Question about TmpRas Message-ID: <8808290553.AA27457@cory.Berkeley.EDU> Date: 29 Aug 88 05:53:52 GMT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 12 :On line 51 there is a piece of code which the Manx3.6 compiler doesn't :like: : Window->RPort->TmpRas = : InitTmpRas(&tmpras, raster, RASSIZE(maxx, maxy); Gosh, you're missing a parenthesis. Window->RPort->TmpRas = InitTmpRas(&tmpras, raster, RASSIZE(maxx, maxy)); -Matt