Hi,
I'm trying to export an 'pict' image i have pasted in a DrRacket file,
e.g.
#lang racket
(require pict)
(define my-pasted-image <pasted image here>)
(provide  my-pasted-image )

I can specify it in (provide ..) , but attempting to reference it causes
this error

../../../../Applications/Racket
v7.3/collects/racket/private/more-scheme.rkt:261:28: write: cannot marshal
value that is embedded in compiled code
  value: (object:image-snip% ...)
>


any ideas?

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/CAGHj7-%2B-cP2zYHSODSASqDGYb1NUPCDy_hscoT4RU5VqQhr%3D2A%40mail.gmail.com.

Reply via email to