From: "Tarad" Subject: Using a memory buffer in VGA mode 13h Newsgroups: comp.os.msdos.djgpp Message-ID: <01bdc2bb$36b2c3c0$2856f482@s-64584> Lines: 13 Date: Sat, 08 Aug 1998 10:57:39 GMT NNTP-Posting-Host: 130.244.86.40 NNTP-Posting-Date: Sat, 08 Aug 1998 12:57:39 MET DST Organization: A Customer of Tele2 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hya, I just started learning graphic and I just run into a problem. Using the guide to VGA mode 13h at: http://www.delorie.com/djgpp/doc/ug/graphics/vga.html using a memory buffer to store a picture before I draw it on te screen I got some errors. The code snippet is on the above address, didn't won't to paste it here. Compiling using DJGPP like this: C:\>djgpp\gcc -c -Wall graphic.c -lm I got the following error: c:/djgpp/include/sys/movedata.h:22 parse error before `size_t' (actually there was 12 of these on different lines but anyway). What did I do wrong?