Re: Integrate aurioTouch
Re: Integrate aurioTouch
- Subject: Re: Integrate aurioTouch
- From: Hugo Silva <email@hidden>
- Date: Mon, 27 Jun 2011 12:14:08 +0100
On 6/27/11 10:33 AM, Hugo Silva wrote:
Hi, I need to integrate the apple sample code "aurioTouch" in my app.
What I need to do?
I put all the classes in my project, I have changed the
didFinishLaunching method to a normal void method, and cleared the
UIApplication delegate, and I called this new method in my app, but
when I build all, I get this errors:
/Users/hugosilva/Documents/testeSound/HomeSense/iPublicUtility/CAStreamBasicDescription.h:91:0
/Users/hugosilva/Documents/testeSound/HomeSense/iPublicUtility/CAStreamBasicDescription.h:91:
error: expected '=', ',', ';', 'asm' or '__attribute__' before
'CAStreamBasicDescription'
I have a lot of this errors. How I can solve this?
Thanks for all.
Ok, I solved all this errors, but now when I call this method I get this
warning:
warning: no '-startRecord' method found
I have this code:
aurioTouchAppDelegate *soundRecord = (aurioTouchAppDelegate
*)[[UIApplication sharedApplication] delegate];
[soundRecord startRecord];
What is wrong?
I put in the header file the @class auriotouch, and no imports...
--
Sem mais assunto,
Hugo Silva
_______________________________________________
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