[Openmcl-devel] How to make stand-alone application on Windows Vista.
Masato Sogame
poketo7878 at yahoo.co.jp
Mon Oct 26 04:32:33 PDT 2009
Hello,
I want to deliver stand-alone Lisp application on Windows Vista 32bit.
Then I try to check how to do it. I define main function like this:
(defun main ()
(format t "Hello,World"))
Then I try to make application like this:
(ccl:save-application "hello.exe" :toplevel-function 'main)
Then I found application hello.exe.
But when I execute hello.exe I got and error like this:
Program too big to fit in memory.
How to solve it? Does anyone know how to make stand-alone application on windows?
Many thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.clozure.com/pipermail/openmcl-devel/attachments/20091026/4cabbf4e/attachment.htm>
More information about the Openmcl-devel
mailing list