From: mert0407 AT sable DOT ox DOT ac DOT uk (George Foot) Newsgroups: comp.os.msdos.djgpp Subject: Re: jaw3Dlib Date: 30 Jun 1997 22:45:34 GMT Organization: Oxford University, England Lines: 14 Message-ID: <5p9cue$jsi@news.ox.ac.uk> References: <199706281747 DOT MAA02646 AT sendit DOT sendit DOT NoDak DOT edu> NNTP-Posting-Host: sable.ox.ac.uk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Adam W Lee (adalee AT sendit DOT sendit DOT nodak DOT edu) wrote: : And lastly, you should have a JDrawAlleg*(&thing, bitmap) or something, : since the JBuf2AllBlit or whatever it's called is WAY too slow to ever be : used in any actual program... I don't think that's actually necessary; jawed wants this to be completely independent of any library. Since (I think) Allegro guarantees that in a memory bitmap bmp the memory is a single block beginning at bmp->line[0], you could just pass bmp->line[0] to the jaw3dlib routines as the address of the screen buffer, and it ought to work properly. -- George Foot Merton College, Oxford