Path: chuka.playstation.co.uk!scea!peter_alau@playstation.sony.com From: "Michael Hough" Newsgroups: scee.yaroze.beginners Subject: Re: --- Please help me --- Date: Thu, 20 May 1999 13:04:47 -0700 Organization: SCEA News Server Lines: 31 Message-ID: <7i1q70$aps8@scea> References: <7i1km9$1184@chuka.playstation.co.uk> NNTP-Posting-Host: rippy.Stanford.EDU X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Michael Dyer wrote in message news:7i1km9$1184@chuka.playstation.co.uk... > Hi folks. > > Me again. Still having trouble with my code. > > now i'm trying to change it so that you can move the timer around the > screen. > > Whenever i compile it says : > > parse error before '1' > no data type or definition > > (I don't remember excactly but it's something like that.) > > the code is included with this e-mail. > > Someone please help me again > > Loz This happens because ResetGraph is outside of a function; the close brace immediately preceding it ends main(). I haven't looked at it carefully enough, but either that brace is to blame or you don't want to end the while(!done) loop on line 129. Good luck!