Sender: nate AT cartsys DOT com Message-ID: <35DF151E.7CFD9C2A@cartsys.com> Date: Sat, 22 Aug 1998 11:59:42 -0700 From: Nate Eldredge MIME-Version: 1.0 To: Tarad CC: djgpp AT delorie DOT com Subject: Re: Memory buffer in VGA mode 13h References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Tarad wrote: > > Hya, > I'm trying to use the dosmemput function to write my screen memory buffer > across the screen but while compiling I got alot of errors in sys/movedata.h > I got an answer from someone who said there was some errors in the file and > it would work if I included types.h but it didn't. He also said it would be > fixed in version 2.02 (of what, DJGPP?). Anyone have a working version of > sys/movedata.h or was the guy wrong? Perhaps that was me. You have to include *before* including . movedata.h uses size_t but doesn't make sure it's defined. Yes, it will be fixed in the 2.02 version of the DJGPP base package (djdev, etc). Sorry for the long response time, I've been on vacation. -- Nate Eldredge nate AT cartsys DOT com