[plt-scheme] image-snip initialization

From: David Richards (vottamusic at verizon.net)
Date: Thu Aug 3 17:38:15 EDT 2006

Thanks for the previous response.  Let's try this again.

(define Image-Snip%
    (class* image-snip% ()
      (super-instantiate ())))

(define Image (make-object Image-Snip% "/Users/dr/test.jpg" 'jpeg #f 
#t))

This fails, but I really don't understand how or why.

- dr



Posted on the users mailing list.