Message-ID: <2D81F38965F4D31193000008C791877245DEEE@empireweb.atlanta.lecstar.com> From: Roger Farmer To: "'djgpp AT delorie DOT com'" Subject: writing secondary buffer to video buffer in WIN NT?? Date: Thu, 28 Jun 2001 10:34:27 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Reply-To: djgpp AT delorie DOT com i'm using WIN NT and had a question about writing to the video buffer. i want to do something along the lines of: memcpy((unsigned char *)videoBuffer, (unsigned char *)image->buffer, 64000) how can i do this in NT?? or if there's a better way, that too.