Date: Wed, 17 May 2000 10:22:15 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: AndrewJ cc: djgpp AT delorie DOT com Subject: Re: __dpmi_paddr and DJGPP pointers In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 16 May 2000, AndrewJ wrote: > > I used 100% flat memory model and let me tell you - it SUCKS! It might > > seem easier but it is awful since no protection exists. You write outside > > where you are suppose to and well, the best thing is that your program > > doesn't work (or does :). The worst, loosing entire DIR on a harddrive! :) > > I've used Watcom for years now, and it's flat model is unprotected (the > equivalent to __djgpp_nearptr_enable() on all the time) and I've never, ever, > ever trashed anything on the harddrive. Sheer luck, if you ask me.