Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!caen!spool.mu.edu!uunet!ns-mx!umaxc.weeg.uiowa.edu!bneal From: bneal@umaxc.weeg.uiowa.edu (Brian Neal) Newsgroups: comp.sys.amiga.programmer Subject: AreaFills under 2.0? Message-ID: <6621@ns-mx.uiowa.edu> Date: 23 Jun 91 22:19:13 GMT Article-I.D.: ns-mx.6621 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: 15 Hello All, I have a program that I wrote that draws a lot of triangles via AreaMove/Draw/End calls. This program worked fine on my Amiga 500. When I got my A3000 I thought I would recompile it to take advantage of the math chip. But now it doesn't draw anything! I am pretty sure the bug is taking place in the Area calls, as if I replace them by Move and Draw I get a correct wire frame picture. Has something changed in order to use these calls? I have 2.03 and am using Aztec C 5.0d. Also, AreaMove & AreaDraw are returning 0 (no error). According to the 1.3 RKMs AreaEnd also returns a value, but why does Manx's functions.h have AreaEnd prototyped as returning void? Any advice is greatly appreciated. Brian