Date: Thu, 14 Oct 1999 10:49:10 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Alan McFarlane cc: djgpp AT delorie DOT com Subject: Re: C/C++ GUI In-Reply-To: <38050cc7@eeyore.callnetuk.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 13 Oct 1999, Alan McFarlane wrote: > Has anyone written a C/C++ GUI which has different layers of dependencies, > so that one could recompile for use with Allegro, SVGA, MGL etc. You might consider taking a look at several GUI packages that are listed in section 22.3 of the DJGPP FAQ. I don't know if any of them fits the bill, but at least you'll have a starting point. Please note that, in general, the ability to replace the low-level stuff and retain the rest requires an established standard for the high-level interface which the application code calls. If there's no such standard in the GUI realm (I don't know if there is one), then your question is almost a moot point.