From: "Kelvin Cracknell" Newsgroups: comp.os.msdos.djgpp Subject: Video Pointers under NT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Message-ID: Date: Sun, 20 Jun 1999 19:44:24 GMT NNTP-Posting-Host: 212.126.148.231 X-Complaints-To: abuse AT freeuk DOT net X-Trace: nnrp4.clara.net 929907864 212.126.148.231 (Sun, 20 Jun 1999 20:44:24 BST) NNTP-Posting-Date: Sun, 20 Jun 1999 20:44:24 BST Lines: 12 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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. Thanks in advance.