[racket] the program can't find image file

From: 김태윤 (kty1104 at gmail.com)
Date: Fri Oct 8 11:45:15 EDT 2010

hello.
there is a problem when I make an executable file

source is located at c:\
and run.bmp is located at c:\
so in c:\ there are
c:\traffic.rkt
c:\run.bmp

and
in the source file there is a line such as
(define hero (bitmap "run.bmp"))

and I make as an executable file

and execute it.
so far so good. it works well

but when I delete the c:\run.bmp
then the image does not apear in the program

I notice from the other people who received my program
they complain of absence of images
because the program can't find the images from c:\

is it bug or my mistake?

if it is my mistake, would you please let me know what I have to do?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20101009/f4dbe5dd/attachment.html>

Posted on the users mailing list.