Message-ID: <340187E7.5BAC@fm-net.com> Date: Mon, 25 Aug 1997 08:25:59 -0500 From: justin deltener Reply-To: overlord AT fm-net DOT com MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Virtual mem stuff Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 208.16.76.127 Lines: 7 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I'm using a selector to access virtual mem i have allocated. This is ok for my off-screen buffer since it is only char types. The question becomes a little confusing when you want to allocate 32-bit data types. I need the precision of a long using virtual mem so i can use it as a Zbuffer. Is the offset char or long alligned in the farpokel? Is there a better way of doing it? I am only writing to it l dword at a time. Thanks in advance!