Hi, everyone.

I'm making a simple game. I want to embed some image files in ONLY-ONE 
executable file.
I need it for a simple distribution.

Do you think that it displays the error message "no image files" when you 
execute the application?

For example,

[image.rkt]
#lang racket
(provide foo-image)
(define foo-image [ [Insert] - [Insert Image...] in DrRacket ])

[tmp.rkt]
#lang racket
(require "image.rkt")

The error message like the follows occurs when I run tmp.rkt:

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

Thanks,
Haruo Wakakusa

-- 
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