RE: getting device count breaks when linking to Foundation on 10.6
RE: getting device count breaks when linking to Foundation on 10.6
- Subject: RE: getting device count breaks when linking to Foundation on 10.6
- From: "Simmons, Aaron" <email@hidden>
- Date: Tue, 31 Aug 2010 15:36:59 -0400
- Acceptlanguage: en-US
- Thread-topic: getting device count breaks when linking to Foundation on 10.6
> You can drop this into your program as the first thing that the main() does.
Wow that did it-- thanks! Btw, where is this new behavior documented?
I guess what's happening is that when the program is linked to Foundation, CoreAudio assumes the main thread is acting as an event dispatcher loop (very common since Objective-C is usually used for GUI programs). When not linking against Foundation, I guess it figures that it needs to allocate its own event thread...
aaron
_______________________________________________
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