• 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
no member named ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

no member named ?


  • Subject: no member named ?
  • From: "bastian.schnuerle" <email@hidden>
  • Date: Fri, 17 Dec 2004 02:08:51 +0100

Hi again,

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.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: no member named ?
      • From: Bryan Pietrzak <email@hidden>
  • Prev by Date: #pragma marks not recognized ?
  • Next by Date: undeclared function ?
  • Previous by thread: error: too many initializers for 'const AudioUnitParameterInfo'
  • Next by thread: Re: no member named ?
  • Index(es):
    • Date
    • Thread