<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2912" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Hi, again me with Exe compilation in a 
package.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I developped something like this :</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>(module 
AmjPAD&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
mzscheme <BR>&nbsp; ;regular tools<BR>&nbsp;&nbsp;&nbsp;&nbsp; (load "../AmjP 
Tools/AmjP-Goodies.scm")<BR>&nbsp;&nbsp;&nbsp; &nbsp;(load "../AmjP 
Tools/AmjP-Hyper-Link-Window.scm")</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp; ; splash (about) 
screen<BR>&nbsp;&nbsp;&nbsp;&nbsp; (load 
"AmjPAD-splash-screen.scm")</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp; ;initializations<BR>&nbsp; ;error 
treatments<BR>&nbsp;&nbsp;&nbsp;&nbsp; (define (AmjPAD-error-display-handler msg 
exn)(display msg))<BR>&nbsp;&nbsp;&nbsp;&nbsp; (error-display-handler 
AmjPAD-error-display-handler)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp; ;editor screen<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
(load "AmjPAD-editor-screen.scm"))</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>All Zip file process is OK, using (module...) 
language and so on. Then when I installed the zup (uncompress it) and launched 
the exe, I got a message saying "impossible to find&nbsp; AmjPAD\../AmjP 
Tools/AmjP-Goodies.scm "</FONT></DIV>
<DIV><FONT face=Arial size=2>Then, I decided to look within the folders 
hieararchy, after the ZIP uncompression: effectively, no trace of the this 
file.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>It seems my loads does not include the *.scm files 
within the exe, neither in the folders tree.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Any tricks?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Pascal Delcombel<BR><A 
href="mailto:pascal.delcombel@wanadoo.fr">pascal.delcombel@wanadoo.fr</A></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>NB I got a question from Canada : yes, my previous 
example run correctly, but just one point: your file name (containing the 
module) should be the same root as the module, ie :</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>(module 
mymodule&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
; unused module <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mzscheme 
<BR>&nbsp; (display "Hello, everyone") <BR>&nbsp; (newline)) </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>is filed in "mymodule.scm". </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></BODY></HTML>