From: Damian Yerrick Newsgroups: comp.os.msdos.djgpp Subject: Re: Does anyone have source for a dos based GUI??? anything will do... Organization: Pin Eight Software Message-ID: References: <381b216c_2 AT news DOT chariot DOT net DOT au> X-Newsreader: Forte Agent 1.6/32.525 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 33 X-Trace: /bV2/5uIdXdL5VeSl8ZYIY3hznVdqWcCRGHL0dQY9CObReEKwFY5hY3MB9FEBhym8Lr4obHhECOg!RHKg0eRd5FaVVGnHUjeXaQi5iTwuslQAUx2EIWabesFb9DRI67+r+EOcLeRhJM2jhw== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Sun, 31 Oct 1999 01:53:00 GMT Distribution: world Date: Sun, 31 Oct 1999 01:53:00 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Sun, 31 Oct 1999 03:15:04 +1030, "Ryan" wrote: > I just want a gui which compiles no probs thru djgpp Shawn has a GUI library which compiles no probs thru Watcom, M$VC, and GNU GCC (DJGPP, RSXNTDJ, MinGW32, and Cygwin). > that i can change and tweak You can define custom controls in this GUI with C code. > so i can write applications with an interface for a change > and not commandline with complex batch routines Son of a batch :-) > can anyone help?? does anyone have any source that i can > build upon for creating a nice and simple menu based GUI > which i can add a few colours here and there etc.??? You want to make forms and dialog boxes. You don't want to have to use the WinAPI. You want the Allegro library. > Please send whatever source you have for GUI related material... thanks alot Get the source code for Allegro at http://www.talula.demon.co.uk/allegro/ -- Damian Yerrick Visit my web site: http://yerricde.spedia.net/