Re: "No pool in place" error message--with only main thread
Re: "No pool in place" error message--with only main thread
- Subject: Re: "No pool in place" error message--with only main thread
- From: Daniel Jalkut <email@hidden>
- Date: Mon, 9 Jan 2006 19:34:12 -0500
Is it possibly being called from main() before NSApplicationMain()
gets called? You won't get a free autorelease pool until then.
Daniel
On Jan 9, 2006, at 7:15 PM, Mark Dawson wrote:
The code is in a .mm file, called from my main routine. I only
have one thread. All references to this error that I could track
down referenced issues with threads. Isn't my application object
(NSApplication) supposed to provide a pool?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden