<div>hello </div><div><br></div><div>after I define as </div><div>(define-runtime-path hero ".")</div><div>(define hero (build-path hero "run.bmp"))</div><div>and then </div><div>when I try to use it with place-image, </div>
<div> place-image: expected <image> as first argument, given: #<path:C:\Documents and Settings\kty1104\Desktop\Scheme\run.bmp></div><div>appears</div><div><br></div><div>what'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"><<a href="mailto:noelwelsh@gmail.com">noelwelsh@gmail.com</a>></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 ".")<br>
<br>
(define hero (build-path here "run.bmp"))<br>
<br>
HTH,<br>
<font color="#888888">N.<br>
</font><div class="im"><br>
On Fri, Oct 8, 2010 at 4:45 PM, 김태윤 <<a href="mailto:kty1104@gmail.com">kty1104@gmail.com</a>> wrote:<br>
> hello.<br>
> there is a problem when I make an executable file<br>
> source is located at c:\<br>
> and run.bmp is located at c:\<br>
</div>...<br>
</blockquote></div><br>