24 Mar
2007
24 Mar
'07
10:51 a.m.
On Fri, 23 Mar 2007 22:26:41 -0500, "Andrei Stebakov" <lispercat@gmail.com> wrote:
I am not sure if it's hunchentoot or gd because when I specify "arial" for the functon, it works. When the same string comes from (session-value 'text) I got following error:
Type-error in KERNEL::OBJECT-NOT-TYPE-ERROR-HANDLER: "arial" is not of type (OR SIMPLE-BASE-STRING NULL (ALIEN:ALIEN (* (ALIEN:SIGNED 8))))
Hmm, seems like a problem with the FFI of your Lisp. Try TYPE-OF to see what kind of object (SESSION-VALUE 'TEXT) actually is.