undeclared function ?
undeclared function ?
- Subject: undeclared function ?
- From: "bastian.schnuerle" <email@hidden>
- Date: Fri, 17 Dec 2004 02:23:01 +0100
Hi again,
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.
Please help.
regards,
basti
_______________________________________________
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