[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Working with pointers



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