thank you for your replying <div>but it still doesn't work.</div><div><div>(define-runtime-path run-bmp-path "run.bmp")</div><div>(define run-bitmap (bitmap run-bmp-path))</div><div>>bitmap: could not find the run-bmp-path collection in: (bitmap run-bmp-path)</div>
<div>what's wrong with me?</div><br><div class="gmail_quote">2010/10/9 Matthew Flatt <span dir="ltr"><<a href="mailto:mflatt@cs.utah.edu">mflatt@cs.utah.edu</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">At Sat, 9 Oct 2010 16:28:58 +0900, 김태윤 wrote:<br>
> hello.<br>
> thank you for your kindness<br>
> the following code<br>
> (define-runtime-path here ".")<br>
> (define here<br>
> (bitmap<br>
> (path->string (build-path here "run.bmp"))))<br>
> doesn't work<br>
<br>
</div>I recommend instead<br>
<br>
(define-runtime-path run-bmp-path "run.bmp")<br>
(define run-bitmap (bitmap run-bmp-path))<br>
<br>
</blockquote></div><br></div>