On 15 Sep 2021, at 17:39, Matt Jacobson
mailto:mhjacob...@me.com>> wrote:
On Sep 15, 2021, at 11:21 AM, Tor Arne Vestbø
mailto:tor.arne.ves...@qt.io>> wrote:
On 14 Sep 2021, at 16:33, Matt Jacobson via Cocoa-dev
mailto:cocoa-dev@lists.apple.com>> wrote:
By default, when an NSWindow is `-
> On Sep 15, 2021, at 11:21 AM, Tor Arne Vestbø wrote:
>
>
>> On 14 Sep 2021, at 16:33, Matt Jacobson via Cocoa-dev
>> mailto:cocoa-dev@lists.apple.com>> wrote:
>>
>> By default, when an NSWindow is `-close`d (which can only happen once in its
>> lifetime),
>
> Interesting. If the NSWindo
On 14 Sep 2021, at 16:33, Matt Jacobson via Cocoa-dev
mailto:cocoa-dev@lists.apple.com>> wrote:
By default, when an NSWindow is `-close`d (which can only happen once in its
lifetime),
Interesting. If the NSWindow is retained elsewhere, can it not be ordered in
again? Appreciate any details y
Thanks. That did it. Interestingly, not only did the Applie Migration
tool not flag a potential problem, but the docs on NSWindow and
releaseWhenClosed don't even hint of it.
> Hi Tom,
>
> > On Sep 14, 2021, at 9:53 AM, Tom Doan via Cocoa-dev
> > wrote:
> >
> > I have a multiple platform app
Hi Tom,
> On Sep 14, 2021, at 9:53 AM, Tom Doan via Cocoa-dev
> wrote:
>
> I have a multiple platform application (Windows, Mac, GTK) that is
> primarily organized using C++ with Objective-C used for the
> Mac-specific interface. I recently switched to use ARC (as we are
> using Scintilla wh
I have a multiple platform application (Windows, Mac, GTK) that is
primarily organized using C++ with Objective-C used for the
Mac-specific interface. I recently switched to use ARC (as we are
using Scintilla which recently switched to ARC). However, I am
getting a zombied release of an NSWindo