<div>hello </div><div><br></div><div>after I define as </div><div>(define-runtime-path hero &quot;.&quot;)</div><div>(define hero (build-path hero &quot;run.bmp&quot;))</div><div>and then </div><div>when I try to use it with place-image, </div>
<div> place-image: expected &lt;image&gt; as first argument, given: #&lt;path:C:\Documents and Settings\kty1104\Desktop\Scheme\run.bmp&gt;</div><div>appears</div><div><br></div><div>what&#39;s wrong with me?</div><div><br>
</div><div>thanks in advanced.</div><div><br></div><br><div class="gmail_quote">2010/10/9 Noel Welsh <span dir="ltr">&lt;<a href="mailto:noelwelsh@gmail.com">noelwelsh@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
define-runtime-path is your friend. Put the images in the same<br>
directory as your code, then<br>
<br>
(define-runtime-path here &quot;.&quot;)<br>
<br>
(define hero (build-path here &quot;run.bmp&quot;))<br>
<br>
HTH,<br>
<font color="#888888">N.<br>
</font><div class="im"><br>
On Fri, Oct 8, 2010 at 4:45 PM, 김태윤 &lt;<a href="mailto:kty1104@gmail.com">kty1104@gmail.com</a>&gt; wrote:<br>
&gt; hello.<br>
&gt; there is a problem when I make an executable file<br>
&gt; source is located at c:\<br>
&gt; and run.bmp is located at c:\<br>
</div>...<br>
</blockquote></div><br>