It fails the following case, too:

[foo.rkt]
#lang racket
(require 2htdp/universe)
(define foo-image [ [Insert] - [Insert Image...] in DrRacket ])
(void
  (big-bang 0
    (on-draw (lambda (s) foo-image))))

The file "foo.rkt" is runnable.
But, the compiled executable "foo.exe" displays the following error message:

write: cannot marshal value that is embedded in compiled code
  value: (object:image-snip% ...)

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to