[racket] the program can't find image file

From: Noel Welsh (noelwelsh at gmail.com)
Date: Fri Oct 8 12:09:58 EDT 2010

I made an error.

This

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

should be

(define hero
  (bitmap
    (path->string (build-path hero "run.bmp"))))

HTH,
N.


Posted on the users mailing list.