From: Tal Lavi Newsgroups: comp.os.msdos.djgpp Subject: Re: MAJOR slowdowns in translating TP7 gfx code to DJGPP2: Suplement 2 Date: Wed, 09 Sep 1998 20:12:58 -0700 Organization: Tel Aviv University Lines: 17 Message-ID: <35F743BA.366@post.tau.ac.il> References: NNTP-Posting-Host: slip-104.tau.ac.il 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 Precedence: bulk I have only one comment on your last post. (the NNTP didn't want we to attach it for some abscure reason, he said that the copied test is bigger than the new test or something) When I use FlushPage, I can use long transfers. I can even allocate a 614400 bytes long array, and fill it with zeroes(the most commonly flushed color), and do a BlankPage routine, which will copy it using movedata(you said it will be faster, right?). but when I need to write a single pixel, or to put some shape(line, rectangle), on screen, I don't see a way that I could use longs instead of words, while i'm in 64K modes. Do you?