[Openmcl-devel] 0.13.2 and (require :cocoa-window) question
Barry Perryman
gekki_uk at hotmail.com
Wed Jan 22 02:21:58 PST 2003
On 22/1/03 12:18 am, "Gary Byers" <gb at clozure.com> wrote:
> In cocoa.lisp, there's a call:
>
> (def-ccl-pointers create-autorelease-pool ()
> (create-autorelease-pool))
>
> That'll create a "default" NSAutoReleasepool (sp?) object, which
> is used to keep track of short-lived objects.
>
> The short version of the story is that all of the messages are
> complaining because that hasn't been done.
That got rid of the messages.
I thought that the pool was created in init-cocoa-application, but I now see
that this is released just before the end. Memo to me: read what the source
says, not what I think it says.
BTW, in 0.13..2 cocoa-textfind.lisp is missing a " in the line
(in-package "CCL).
Many thanks.
Barry
_______________________________________________
Openmcl-devel mailing list
Openmcl-devel at clozure.com
http://clozure.com/cgi-bin/mailman/listinfo/openmcl-devel
More information about the Openmcl-devel
mailing list