From: Roy Quitter Newsgroups: comp.os.msdos.djgpp Subject: Re: Graphics Date: Wed, 08 Jul 1998 21:18:22 -0500 Organization: ioNET Inc. Lines: 16 Message-ID: <35A4286E.CA5810A7@hotmail.com> References: <35A2C1C4 DOT 8F6A62F8 AT ica DOT net> NNTP-Posting-Host: bartnas1-43.ionet.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Alan Alfonso wrote: > I wanted to make a GUI for a DOS program ; I haven't noticed any > graphics header files in DJGPP. How would I go about doing this? Will I > have to use Allegro? Any tips on what I would require to create a > standard DOS GUI for a program and what funciton calls are needed (for > either C or C++) would be greatly appreciated. My C and C++ primer > books are mum on the subject. You'll definitely want to use Allegro for this. It has all the graphic functionality you'll ever need, and it has plenty of built-in GUI routines. - Roy