Re: AUGraph crashes in objective-c project
Re: AUGraph crashes in objective-c project
- Subject: Re: AUGraph crashes in objective-c project
- From: Ross Bencina <email@hidden>
- Date: Wed, 21 Aug 2013 10:13:03 +1000
On 21/08/2013 5:33 AM, Benjamin Rindt wrote:
The code to run it is placed in the applicationDidFinishLoading piece
and also straight copied from the main of the c++ project.
You're not giving much to go by.
My guess is that you have some stack variable that was staying on the
stack in your main() but is now going out of scope when
applicationDidFinishLoading returns.
Make sure you're not using local variables.
Ross.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden