ER
2017-10-28 23:04:56 UTC
I downloaded the newest version of XOJO to try out and opened a project built in RS 2010, to see what works and what doesn’t.
Well in this one project I have bunch of errors as follows and I don’t know what the fix is for them because what did work doesn’t now.\
thanks.
Undefined operator. Type QTSoundTrack does not define "=" with type Nil
if SoundTrack = nil
Declares directly into the runtime via Lib "" are no longer allowed
Declare Function GetMovieAudioFrequencyLevels Lib QuickTimeLib (theMovie as integer, whatMixToMeter as OSType, pAveragePowerLevels as Ptr) as Integer
Type "MoviePlayer" has no member named "selLength"
me.selLength=1000
Type "MoviePlayer" has no member named "selstart"
Me.selstart = 1
Declares directly into the runtime via Lib "" are no longer allowed
Declare Function GetMovieAudioFrequencyLevels Lib QuickTimeLib (theMovie as integer, whatMixToMeter as OSType, pAveragePowerLevels as Ptr) as Integer
Declares directly into the runtime via Lib "" are no longer allowed
Declare Function SetMovieAudioFrequencyMeteringNumBands Lib QuickTimeLib (theMovie as integer, whatMixToMeter as OSType, numberOfBandLevels as Ptr) as Integer
Declares directly into the runtime via Lib "" are no longer allowed
Declare Function GetMovieAudioFrequencyMeteringBandFrequencies Lib QuickTimeLib (theMovie as integer, whatMixToMeter as OSType, numBands as integer, outBandFrequencies as Ptr) as Integer
Can't find a type with this name
dim m as EditableMovie
Type "FolderItem" has no member named "OpenEditableMovie"
M = f.OpenEditableMovie
Parameter "theMovie" expects type Integer, but this is type No Type.
err = SetMovieAudioFrequencyMeteringNumBands(m.Handle, “stmx", numberOfBandLevels)
Can't find a type with this name
SoundTrack =new QTSoundTrack
Type "BinaryStream" has no member named "WriteLong"
Write.WriteLong LenB(saveInfo)
Type "BinaryStream" has no member named "readLong"
LN = read.readLong
Declares directly into the runtime via Lib "" are no longer allowed
Declare Function GetIndMenuItemWithCommandID lib kCarbonLib (inMenu as Integer, command as OSType, index as Integer, ByRef outmenu as Integer, outindex as Ptr) as Integer
Declares directly into the runtime via Lib "" are no longer allowed
Declare Function SetMenuItemCommandKey Lib kCarbonLib (inMenu as Integer, inItem as Short, inSetVirtualKey as Integer, inKey as Short) as Integer
Can't find a type with this name
SoundTrack As QTSoundTrack
Can't find a type with this name
Surround As QT3DAudio
To unsubscribe, email ***@xojo.com
Well in this one project I have bunch of errors as follows and I don’t know what the fix is for them because what did work doesn’t now.\
thanks.
Undefined operator. Type QTSoundTrack does not define "=" with type Nil
if SoundTrack = nil
Declares directly into the runtime via Lib "" are no longer allowed
Declare Function GetMovieAudioFrequencyLevels Lib QuickTimeLib (theMovie as integer, whatMixToMeter as OSType, pAveragePowerLevels as Ptr) as Integer
Type "MoviePlayer" has no member named "selLength"
me.selLength=1000
Type "MoviePlayer" has no member named "selstart"
Me.selstart = 1
Declares directly into the runtime via Lib "" are no longer allowed
Declare Function GetMovieAudioFrequencyLevels Lib QuickTimeLib (theMovie as integer, whatMixToMeter as OSType, pAveragePowerLevels as Ptr) as Integer
Declares directly into the runtime via Lib "" are no longer allowed
Declare Function SetMovieAudioFrequencyMeteringNumBands Lib QuickTimeLib (theMovie as integer, whatMixToMeter as OSType, numberOfBandLevels as Ptr) as Integer
Declares directly into the runtime via Lib "" are no longer allowed
Declare Function GetMovieAudioFrequencyMeteringBandFrequencies Lib QuickTimeLib (theMovie as integer, whatMixToMeter as OSType, numBands as integer, outBandFrequencies as Ptr) as Integer
Can't find a type with this name
dim m as EditableMovie
Type "FolderItem" has no member named "OpenEditableMovie"
M = f.OpenEditableMovie
Parameter "theMovie" expects type Integer, but this is type No Type.
err = SetMovieAudioFrequencyMeteringNumBands(m.Handle, “stmx", numberOfBandLevels)
Can't find a type with this name
SoundTrack =new QTSoundTrack
Type "BinaryStream" has no member named "WriteLong"
Write.WriteLong LenB(saveInfo)
Type "BinaryStream" has no member named "readLong"
LN = read.readLong
Declares directly into the runtime via Lib "" are no longer allowed
Declare Function GetIndMenuItemWithCommandID lib kCarbonLib (inMenu as Integer, command as OSType, index as Integer, ByRef outmenu as Integer, outindex as Ptr) as Integer
Declares directly into the runtime via Lib "" are no longer allowed
Declare Function SetMenuItemCommandKey Lib kCarbonLib (inMenu as Integer, inItem as Short, inSetVirtualKey as Integer, inKey as Short) as Integer
Can't find a type with this name
SoundTrack As QTSoundTrack
Can't find a type with this name
Surround As QT3DAudio
To unsubscribe, email ***@xojo.com