hello after I define as (define-runtime-path hero ".") (define hero (build-path hero "run.bmp")) and then when I try to use it with place-image, place-image: expected <image> as first argument, given: #<path:C:\Documents and Settings\kty1104\Desktop\Scheme\run.bmp> appears
what's wrong with me? thanks in advanced. 2010/10/9 Noel Welsh <noelwe...@gmail.com> > 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, 김태윤 <kty1...@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:\ > ... >
_________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users