Re: undeclared function ?
Re: undeclared function ?
- Subject: Re: undeclared function ?
- From: Bryan Pietrzak <email@hidden>
- Date: Mon, 20 Dec 2004 09:48:04 -0600
On Dec 16, 2004, at 7:23 PM, bastian.schnuerle wrote:
as soon as CAAUParameter.h gets included undeclared functions appear,
the errors are:
error: 'kAudioUnitParameterFlag_ValuesHaveStrings' undeclared
error: 'GetAudioUnitParameterDisplayType' undeclared
the functions they appear in are:
/*! @method ValuesHaveStrings */
bool ValuesHaveStrings () const { return (mParamInfo.flags &
kAudioUnitParameterFlag_ValuesHaveStrings) != 0; }
/*! @method HasDisplayTransformation */
bool HasDisplayTransformation () { return
GetAudioUnitParameterDisplayType (mParamInfo.flags); }
sorry that i am bombing you like that, but i tried everything,
from making new project to changing build setting in many ways,
i installed the xcode version i had before on an other computer,
but these errors appear again, and i don't know why.
You could not have tried everything!
You didn't google for these errors. You didn't check Apple's site. You
didn't ask on the CoreAudio mailing list. These are the most obvious
things to do.
Do you read the developer information from Apple? Like this one:
"Core Audio & Xcode - Ensuring the latest Core Audio Headers are
installed "
http://developer.apple.com/qa/qa2004/qa1386.html
Sorry if I seem abrupt, but you're asking a lot of basic questions
without doing any research yourself, instead you're relying on others
to do it for you. I'm not a CoreAudio developer, yet I was able to find
answers to all your questions in less than a minute just using google.
Bryan
_______________________________________________
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