From: gah AT jet DOT es (Grzegorz Adam Hankiewicz) Newsgroups: comp.os.msdos.djgpp Subject: Re: #PROBLEM WHIT BMP IN ALLEGRO# Date: Thu, 21 May 1998 11:06:32 GMT Organization: Gogosoftware Lines: 13 Message-ID: <35640a7d.346302@news.jet.es> References: <6jusfv$due$1 AT talia DOT mad DOT ibernet DOT es> NNTP-Posting-Host: infon984.jet.es To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Wed, 20 May 1998 17:15:13 +0200, "JOA" wrote: >Hello, i put two bitmaps into the screen and then i want clean the screen >for write text but i canīt whit function void clear(bitmap). How can i do >it? Once they are being showed, they are in the VRAM (Video RAM), and you don't have to clean your bitmap, but the screen. Try the following: clear(screen); - Grzegorz Adam Hankiewicz - gah AT jet DOT es - http://web.jet.es/gregorio/ - Gogosoftware - http://welcome.to/gogosoftware/