<!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> </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> </DIV>
<DIV><FONT face=Arial size=2>I developped something like this :</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>(module
AmjPAD <BR>
mzscheme <BR> ;regular tools<BR> (load "../AmjP
Tools/AmjP-Goodies.scm")<BR> (load "../AmjP
Tools/AmjP-Hyper-Link-Window.scm")</FONT></DIV>
<DIV><FONT face=Arial size=2> ; splash (about)
screen<BR> (load
"AmjPAD-splash-screen.scm")</FONT></DIV>
<DIV><FONT face=Arial size=2> ;initializations<BR> ;error
treatments<BR> (define (AmjPAD-error-display-handler msg
exn)(display msg))<BR> (error-display-handler
AmjPAD-error-display-handler)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2> ;editor screen<BR>
(load "AmjPAD-editor-screen.scm"))</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </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 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> </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> </DIV>
<DIV><FONT face=Arial size=2>Any tricks?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </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> </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> </DIV>
<DIV><FONT face=Arial size=2>(module
mymodule
; unused module <BR> mzscheme
<BR> (display "Hello, everyone") <BR> (newline)) </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>is filed in "mymodule.scm". </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV></BODY></HTML>