[racket] the program can't find image file

From: Noel Welsh (noelwelsh at gmail.com)
Date: Fri Oct 8 11:53:47 EDT 2010

define-runtime-path is your friend. Put the images in the same
directory as your code, then

(define-runtime-path here ".")

(define hero (build-path here "run.bmp"))

HTH,
N.

On Fri, Oct 8, 2010 at 4:45 PM, 김태윤 <kty1104 at gmail.com> wrote:
> hello.
> there is a problem when I make an executable file
> source is located at c:\
> and run.bmp is located at c:\
...


Posted on the users mailing list.