Drawing images
I am trying to draw an image using the following code: CL-USER 16 > (setf w (capi:contain (make-instance 'capi:output-pane))) #<CAPI:OUTPUT-PANE 2008CCA7> CL-USER 17 > (setf i (gp:load-image w (capi:prompt-for-file ""))) ;choose the image file #<GRAPHICS-PORTS:IMAGE 200A720F> CL-USER 18 > (gp:draw-image w i 20 20) This works OK in LWW 5.0 Personal, however, in LWM 5.0.2 Personal (Intel) it signals error "Error: Invoking a method "retain" on a null pointer." Am I doing anything wrong? Thanks, Michal