Mail Archives: djgpp/2003/03/07/20:45:07.1
> The extra memory copy is very fast and unlikely to be
> worth any effort
> to fix. But if you want to do this, you would need to make a copy of
> the library _read() procedure - and see that you want to
> copy directly
> from the DOS memory area with one selector to the screen area with a
> second selector.
Yeah, I thought that might be the answer, find the read or fread
routine, and re-write it to include the new linear frame buffer
selector. Although, thinking about it, since DJGPP is PM, and lets you
play with megs of memory, it's probably just faster to have two
routines. One, to store the bmp image into memory, then, one to display
the image from the buffer. Anyway, thanks for the help.
--
Direct access to this group with http://web2news.com
http://web2news.com/?comp.os.msdos.djgpp
- Raw text -