From: eplmst AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: trouble accessing dos high memory Date: 26 May 2003 15:12:57 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 12 Message-ID: References: <89ce6cc3 DOT 0305220909 DOT 5c397728 AT posting DOT google DOT com> <3ecd0b5c DOT sandmann AT clio DOT rice DOT edu> <89ce6cc3 DOT 0305222021 DOT 77a9bb0d AT posting DOT google DOT com> <89ce6cc3 DOT 0305260703 DOT ffbd9cf AT posting DOT google DOT com> NNTP-Posting-Host: lws256.lu.erisoft.se X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com wfrogers (rogers AT westmont DOT edu) wrote: : earlier suggestion. Curiously, we still get a protection fault when : running in DOS (not windows) mode. Someone probably knows why this : might be the case, but at this point I'm not concerned since the code : is running fine from Win98 dos prompt. WFR Probably NULL pointer dereference (WINDOZE won't let us catch those). Right, MartinS