Date: Wed, 21 Aug 1996 10:28:35 +0200 (IST) From: Eli Zaretskii To: Dean Cc: djgpp AT delorie DOT com Subject: Re: How to plot points (in 320x200x256) In-Reply-To: <4v9dtt$397g@news-s01.ny.us.ibm.net> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 19 Aug 1996, Dean wrote: > I've finally got DJGPP up and running. I can get in mode 13h > and all that, I can write text, but what I can't do is write > directly to memory to plot points, what with all the protected > mode and all. Is there some other way to plot points on the > screen, is there something I could read (not FAQ200b.zip, it was > no help:) Didn't section 18.6 of the FAQ help you? It describes the method of direct access to the video memory and points you to the library functions that you should use for such a direct access. Btw, the latest version of the FAQ is 2.01 (but this section was there in 2.00 too).