From: Gary Smith Newsgroups: comp.os.msdos.djgpp Subject: WinAllegro *** Large Bitmap Problems Date: Tue, 29 Sep 1998 14:41:10 -0700 Organization: Virgin News Service Lines: 12 Message-ID: <361153F6.2AE4440B@virgin.net> NNTP-Posting-Host: 194.168.235.44 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 downloaded a copy of WinAllegro a few days ago from Stefan's web site. I have a problem, I want to load a bitmap into memory using the 'load_bitmap' function. The bitmap is approximately 1000x1000x8bit in size, and I want to blit small portions of this large bitmap to the screen. This is possible using Allegro under DOS. I read somewhere that in Direct X you cant load a bitmap that is greater than the display resolution that is in use. I this a limitation of WinAllegro ? If it is, is there any way around this problem. Gary Smith.