[Openmcl-devel] How to make stand-alone application on Windows Vista.

Bill St. Clair billstclair at gmail.com
Mon Oct 26 06:52:07 PDT 2009


Sounds like an error in your code somewhere, or maybe in CCL. You'll
have to solve it like you would any other error, by looking at the
backtrace, and inspecting the offending code.

-Bill

On Mon, Oct 26, 2009 at 9:26 AM, Masato Sogame <poketo7878 at yahoo.co.jp> wrote:
> Thank you Bill.
> But I got another Error like this:
>
> Error: value NIL is not of the expected type REAL.
> While executing: CCL::<-2, in process Initial(0).
> Type :POP to abort, :R for a list of available restarts.
> Type :? for other options.
>
> How to solve this?
>
>> ----- Original Message ----- From: "Bill St. Clair"
>> <billstclair at gmail.com>
>> To: "Masato Sogame" <poketo7878 at yahoo.co.jp>
>> Cc: <openmcl-devel at clozure.com>
>> Sent: Monday, October 26, 2009 9:19 PM
>> Subject: Re: [Openmcl-devel] How to make stand-alone application on
>> Windows Vista.
>>
>>
>> SAVE-APPLICATION saves a lisp image, not a stand-alone executable,
>> unless you pass a true value for the PREPEND-KERNEL keyword arg.
>>
>> Try:
>>
>>  (ccl:save-application "hello.exe" :toplevel-function 'main
>> :prepend-kernel t)
>>
>> -Bill
>
> --------------------------------------
> GyaO! - Anime, Dramas, Movies, and Music videos [FREE]
> http://pr.mail.yahoo.co.jp/gyao/
>



More information about the Openmcl-devel mailing list