Newsgroups: comp.os.msdos.djgpp From: pscargill AT cix DOT compulink DOT co DOT uk ("Peter Scargill") Subject: 2 Easy ones! GRAPHICS.. Message-ID: Organization: Compulink Information eXchange Date: Fri, 10 Oct 1997 17:31:41 GMT Lines: 10 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk 1. I have GRX20 running, 800*600*256 colour mode. I have set the pallette up for grey scales. I have a 320*200 image (1 byte per pixel) in an array in memory (char buffer[200][320]). How do I put it on the screen at an arbitrary position. I'm using GRPLOTNC pixel by pixel and it is WAY too slow. I figured a bitblt but I'm not sure how ot go about it. 2. I downloaded XVIEW to have a look at. XVIEW.H checks for the compiler and asks for LIBBCC.H - can't find it anywhere! Can anyone recommend other packages for buttons, text boxes etc?