Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

member not named ?



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:
http://lists.apple.com/mailman/options/coreaudio-api/email@hidden

This email sent to email@hidden



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.