From: "Oleg Shamshura" Newsgroups: comp.os.msdos.djgpp Subject: Troubles with Allegro 2.2 Date: 27 Mar 1997 06:06:41 GMT Organization: AO Rinet Distribution: world Message-ID: <01bc3a75$35ede8e0$cd483ac2@oleg.channel12.ru> NNTP-Posting-Host: ppp0.online.nsk.su Lines: 18 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Hello! Allegro 2.2 is great, but I have two misfeatures with it: ------------ The DAT-file grows when I change type of sprites from BITMAP to RLE-sprite. It looks strange, because I create these to be easy RLE-compressed. As I notice, good results are only for transparent areas, but what about large monochrome regions? Or am I wrong? ------------ play_fli() desn't update entire frame area for FLC files, so garbage of the previous frame is visible at the bottom. Also, it refuses to deal with one-frame flics (shows nothing, returns FLI_ERROR). (All the flics I tried are played well with various DOS/Windows viewers.) Is there any workaround? ------------ Thank you! Oleg