Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

common lips libary prolbem

Name: Anonymous 2011-08-05 21:13

So I used Quicklisp to download the ZPNG (http://www.xach.com/lisp/zpng/) library:

(ql:quickload "zpng")

and it downloads everything successfully and shit.  But when I try to make-instance a 'png it says

*** - FIND-CLASS: PNG does not name a class

Halp!

Name: Anonymous 2011-08-05 22:08

lisp
There's your problem!

Name: Anonymous 2011-08-05 22:55

>>1
Did you import the package's symbols into the current one? Or if you don't want to do that, refer to the right symbol in the right package (use package-name:symbol-name)

Name: Anonymous 2011-08-06 17:41

>>3
ah, didn't know I needed to import stuff.  got it now, thanks.

Don't change these.
Name: Email:
Entire Thread Thread List