[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Working with pointers
- To: info-mcl@cambridge.apple.com, jbk@world.std.com
- Subject: Re: Working with pointers
- From: language@skdad.usask.ca
- Date: 12 Nov 1992 14:08:45 -0600
well, it appears--at first glance, that you should be passing
make-instance 'icon-dialog-item an icon id rather than a pointer
as the :icon parameter. note the default value for that slot
in icon-dialog-item.lisp--it's *note-icon*, or 1, and not a pointer.
-john