Lisp HUG Maillist Archive

CAPI issues

Hi,

I'm working on a fun project involving some visualization. With
LispWorks Personal 5.0 (a great tool, by me) I'm using CAPI. However,
the CAPI reference guide is not very detailed about actual interfaces
and behaviours of the classes there.

Google searches so far have mainly resulted in references to the
document already mentioned above. Is there anything more comprehensive
available?

Thanks in advance
Villem


Re: CAPI issues

You might want to start out with the CAPI User manual.
In it you'll find the basic examples of how to do common
things, and you'll get a much better idea of how to use
the things described in the reference manual. You might
have a copy with your installation, but you can also find
it here:

http://www.lispworks.com/documentation/



On 1/23/07, Villem Alango <valango@gmail.com> wrote:
>
> Hi,
>
> I'm working on a fun project involving some visualization. With
> LispWorks Personal 5.0 (a great tool, by me) I'm using CAPI. However,
> the CAPI reference guide is not very detailed about actual interfaces
> and behaviours of the classes there.
>
> Google searches so far have mainly resulted in references to the
> document already mentioned above. Is there anything more comprehensive
> available?
>
> Thanks in advance
> Villem
>
>


-- 
=====================
Joshua Taylor
tayloj@rpi.edu

"A lot of good things went down one time,
     back in the goodle days."
               John Hartford


AW: CAPI issues

 

> -----Ursprüngliche Nachricht-----
> Von: owner-lisp-hug@lispworks.com 
> [mailto:owner-lisp-hug@lispworks.com] Im Auftrag von Taylor, Joshua
> Gesendet: Dienstag, 23. Januar 2007 14:20
> An: Villem Alango
> Cc: lisp-hug@lispworks.com
> Betreff: Re: CAPI issues
> 
> 
> You might want to start out with the CAPI User manual.
> In it you'll find the basic examples of how to do common 
> things, and you'll get a much better idea of how to use the 
> things described in the reference manual. You might have a 
> copy with your installation, but you can also find it here:
> 
> http://www.lispworks.com/documentation/
> 
> 
> 
> On 1/23/07, Villem Alango <valango@gmail.com> wrote:
> >
> > Hi,
> >
> > I'm working on a fun project involving some visualization. With 
> > LispWorks Personal 5.0 (a great tool, by me) I'm using 
> CAPI. However, 
> > the CAPI reference guide is not very detailed about actual 
> interfaces 
> > and behaviours of the classes there.
> >
> > Google searches so far have mainly resulted in references to the 
> > document already mentioned above. Is there anything more 
> comprehensive 
> > available?
> >
> > Thanks in advance
> > Villem
> >
> >
> 
> 
> --
> =====================
> Joshua Taylor
> tayloj@rpi.edu
> 
> "A lot of good things went down one time,
>      back in the goodle days."
>                John Hartford
> 

Villem,

Edi Weitz has created a great overview of CAPI classes.

see

http://www.weitz.de

or more precise

http://www.weitz.de/capi-overview/

CAPI documentation is not very detailed. The LispWorks Class Browser and the
browsable archive of this mailing list at

http://news.gmane.org/gmane.lisp.lispworks.general/

can be your friends.

Andreas




Re: CAPI issues

And, don't forget to look at the examples directory.
pt


Updated at: 2020-12-10 08:46 UTC