From: "David Anderson" Newsgroups: comp.os.msdos.djgpp References: <3b9a096d$0$14584$4d4eb98e AT read DOT news DOT fr DOT uu DOT net> <59d01a8e DOT 0109081123 DOT 46cd0dca AT posting DOT google DOT com> Subject: Re: Plotpixel and screen mode changing commands in DJGPP libs? Date: Sat, 8 Sep 2001 22:27:42 +0200 X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MIMEOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Lines: 9 Message-ID: <3b9a7f3e$0$24007$4d4eb98e@read.news.fr.uu.net> NNTP-Posting-Host: cab-195141.calixo.net X-Trace: 999980862 read.news.fr.uu.net 24007 213.166.195.141 X-Complaints-To: abuse AT fr DOT uu DOT net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Okay, so basically I use the functions you posted to switch screens/palettes, prepare a framebuffer in program memory and then copy the virtual screen to the physical one once in a while, and I then write my plotpixel(x,y,color) myself. Thanks! David Anderson, preparing to write a basic 3d to 2d plotting engine...