Sender: nate AT cartsys DOT com Message-ID: <376D6E23.189A7965@cartsys.com> Date: Sun, 20 Jun 1999 15:41:39 -0700 From: Nate Eldredge X-Mailer: Mozilla 4.08 [en] (X11; I; Linux 2.2.10 i586) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: Video Pointers under NT References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Kelvin Cracknell wrote: > > I am writing a simple text mode game where I use a near pointer to the video > memory (oxb8000). > > I am using near_pointer_enable (or whatever) and it is fine expect that is > crashes under NT. > > Is there a way that I can make a char * pointer to the text mode video > memory that is NT compliant. No. You'll have to use a farptr method, or else the conio functions. -- Nate Eldredge nate AT cartsys DOT com