member not named ?
member not named ?
- Subject: member not named ?
- From: "bastian.schnuerle" <email@hidden>
- Date: Fri, 17 Dec 2004 12:59:33 +0100
Hi,
I upgraded xcode, and all of my code doesn't compiles anymore.
when AUBase.h gets included, while building:
in AUBase.h
/*! @var mHostCallbackInfo */
HostCallbackInfo mHostCallbackInfo;
/*! @method CallHostTransportState */
OSStatus CallHostTransportState (Boolean *outIsPlaying,
Boolean *outTransportStateChanged,
Float64 *outCurrentSampleInTimeLine,
Boolean *outIsCycling,
Float64 *outCycleStartBeat,
Float64 *outCycleEndBeat)
{
return (mHostCallbackInfo.transportStateProc
? (*mHostCallbackInfo.transportStateProc) (mHostCallbackInfo.hostUserData,
outIsPlaying,
outTransportStateChanged,
outCurrentSampleInTimeLine,
outIsCycling,
outCycleStartBeat,
outCycleEndBeat)
: -1);
}
returns error in 1.5:
error: 'struct HostCallBackInfo' has no member named 'transportStateProc'
Why ?
regards,
basti
_______________________________________________
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