Xref: news2.mv.net comp.os.msdos.djgpp:4513 From: Bob Platko Newsgroups: comp.os.msdos.djgpp Subject: bit bliting Date: Sun, 02 Jun 1996 14:47:53 -0400 Organization: Netcom Lines: 11 Message-ID: <31B1E1D9.5C33@ix.netcom.com> NNTP-Posting-Host: clv-oh1-14.ix.netcom.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I week ago, I made the switch from Borland C/C++ 3.0 to DJGPP's protected mode C compilier. After searching the Internet for docs on how to bit blit(or copy) the contents in a video buffer to the screen's VESA linear address. I can set the mode and determind where the address starts, and I can write to that address, but I want to write to a buffer first, then copy that to the screen. Does anyone know where I can find some info about that? Thanks. Bob Platko