thank you for your replying <div>but it still doesn&#39;t work.</div><div><div>(define-runtime-path run-bmp-path &quot;run.bmp&quot;)</div><div>(define run-bitmap (bitmap run-bmp-path))</div><div>&gt;bitmap: could not find the run-bmp-path collection in: (bitmap run-bmp-path)</div>
<div>what&#39;s wrong with me?</div><br><div class="gmail_quote">2010/10/9 Matthew Flatt <span dir="ltr">&lt;<a href="mailto:mflatt@cs.utah.edu">mflatt@cs.utah.edu</a>&gt;</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>
&gt; hello.<br>
&gt; thank you for your kindness<br>
&gt; the following code<br>
&gt; (define-runtime-path here &quot;.&quot;)<br>
&gt; (define here<br>
&gt;  (bitmap<br>
&gt;    (path-&gt;string (build-path here &quot;run.bmp&quot;))))<br>
&gt; doesn&#39;t work<br>
<br>
</div>I recommend instead<br>
<br>
 (define-runtime-path run-bmp-path &quot;run.bmp&quot;)<br>
 (define run-bitmap (bitmap run-bmp-path))<br>
<br>
</blockquote></div><br></div>