From: ········@lapa.cic.itcr.ac.cr
Subject: How to load bitmaps?
Date: 
Message-ID: <9406250019.AA03153@lapa.cic.itcr.ac.cr>
Hello, 
I am using Allegro Common Lisp PC.
Browsing through the manuals i found the function load-bitmap but it
does not work.  It appears that it does not even exist.
Has anybody found/solved this problem?
Is there a way to load bitmpas using this lisp?


Thank you very much, Federico.


----------------
Federico Zoufaly
Centro de Investigaciones en Computacion
Instituto Tecnologico de Costa Rica
e-mail: ········@cic.itcr.ac.cr
From: Neves
Subject: Re: How to load bitmaps?
Date: 
Message-ID: <2uiumi$cp9@anaxagoras.ils.nwu.edu>
········@lapa.cic.itcr.ac.cr wrote:
: Hello, 
: I am using Allegro Common Lisp PC.
: Browsing through the manuals i found the function load-bitmap but it
: does not work.  It appears that it does not even exist.
: Has anybody found/solved this problem?
: Is there a way to load bitmpas using this lisp?
The manual is wrong.  I think the function is named something like
load-pixmap.  The thing to do with Allegro cl/pc is to make copious use
of "apropos" as there is a bunch of stuff not in the manual.
-David