• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
member not named ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Prev by Date: #defines not recognized
  • Next by Date: undeclared functions after upgrading?
  • Previous by thread: Re: #defines not recognized
  • Next by thread: undeclared functions after upgrading?
  • Index(es):
    • Date
    • Thread