Path: chuka.playstation.co.uk!news From: Developer Support Newsgroups: scea.yaroze.programming.2d_graphics Subject: Re: Dont look at this!!! Date: Mon, 21 Jul 1997 10:43:44 +0100 Organization: PlayStation Net Yaroze (SCEE) Lines: 29 Message-ID: <33D32F50.7C68@interactive.sony.com> References: <33D3015C.5AE3@earthlink.net> NNTP-Posting-Host: 194.203.13.10 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.01 (Win95; I) Linda J. Hodge wrote: > > Reverse psychology. Anyway Im having problems getting this program on > screen.It compiles with no errors and links with siocons fine.But it > displays nothing on screen.It was intended to display a 1000 randomly > colored lines on screen. > > > > // clean up > ResetGraph(3); > return(0); > > } > } > > You appear to have the close brackets in the wrong place. It should look like this } // clean up ResetGraph(3); return(0); } Stuart