<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>


<STYLE></STYLE>
</HEAD>
<BODY bgColor="#ffffff">
<DIV><FONT size="2" face="Meiryo">Hello,</FONT></DIV>
<DIV><FONT size="2" face="メイリオ">I want to deliver stand-alone Lisp application 
on Windows Vista 32bit.</FONT></DIV>
<DIV><FONT size="2" face="メイリオ">Then I try to check how to do it.  I define 
main function like this:</FONT></DIV>
<DIV><FONT size="2" face="メイリオ"></FONT> </DIV>
<DIV><FONT size="2" face="メイリオ">(defun main () </FONT></DIV>
<DIV><FONT size="2" face="メイリオ">    (format t 
"Hello,World"))</FONT></DIV>
<DIV><FONT size="2" face="メイリオ"></FONT> </DIV>
<DIV><FONT size="2" face="メイリオ">Then I try to make application like 
this:</FONT></DIV>
<DIV><FONT size="2" face="メイリオ"></FONT> </DIV>
<DIV><FONT size="2" face="メイリオ">(ccl:save-application "hello.exe" :toplevel-function 
'main)</FONT></DIV>
<DIV><FONT size="2" face="メイリオ"></FONT> </DIV>
<DIV><FONT size="2" face="メイリオ">Then I found application hello.exe.</FONT></DIV>
<DIV><FONT size="2" face="メイリオ">But when I execute hello.exe I got and error like 
this:</FONT></DIV>
<DIV><FONT size="2" face="メイリオ"></FONT> </DIV>
<DIV><FONT size="2" face="メイリオ">Program too big to fit in memory.</FONT></DIV>
<DIV><FONT size="2" face="メイリオ"></FONT> </DIV>
<DIV><FONT size="2" face="メイリオ">How to solve it? Does anyone know how to make 
stand-alone application on windows?</FONT></DIV>
<DIV><FONT size="2" face="メイリオ">Many thanks.</FONT></DIV></BODY></HTML>