From: "A. Sinan Unur" Newsgroups: comp.os.msdos.djgpp Subject: Re: An idea for the next version of RHIDE... Date: Tue, 26 Nov 1996 12:49:48 -0500 Organization: Cornell University Lines: 25 Sender: asu1 AT cornell DOT edu (Verified) Message-ID: <329B2DBC.F6D@cornell.edu> References: <199611261528 DOT KAA15499 AT delorie DOT com> Reply-To: asu1 AT cornell DOT edu NNTP-Posting-Host: 128 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Bruce Locke To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Bruce Locke wrote: > > Now I have an idea that you might want to put on the to-do/to-wish-for > list: > > My idea is sort of a C\C++ WIZARD. > > By going under a menu item, a dialog box would pop-up and ask several > questions like: "Which Memory Model?", "Include DPMI support?", and > questions about which types of functions from the set of include files > that you would use in the new program. When you are finished answering > those questions, the WIZARD would create a new source file that contained > all the includes and other code based upon your responses to the questions. the questions "which memory model?" and "include dpmi support?" are irrelevant because first, the beauty of (or at least one of the many beautiful aspects of DJGPP) that you no longer have to deal with the standard 16 bit stuff, and, second, DJGPP programs don't work without dpmi. this is all presuming wizards are a good idea. personally, i don't think so. sinan.