Re: AudioQueue.h
Re: AudioQueue.h
- Subject: Re: AudioQueue.h
- From: j o a r <email@hidden>
- Date: Fri, 18 Jan 2008 20:47:22 -0800
On Jan 18, 2008, at 7:52 PM, Roland Silver wrote:
The statement
#import <AudioQueue.h>
results in an error: AudioQueue.h: No such file or directory
How should the #import statement actually read?
Like this:
#import <AudioToolbox/AudioToolbox.h>
Here's why:
<http://developer.apple.com/documentation/MacOSX/Conceptual/BPFrameworks/Tasks/IncludingFrameworks.html
>
(Look for "Umbrella Framework")
j o a r
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >AudioQueue.h (From: Roland Silver <email@hidden>) |