Opening REAL Studio 2010 Project in XOJO 2017

ER <[email protected]> Sat, 28 Oct 2017 18:04:56 -0500
Newsgroups gmane.comp.lang.realbasic.user
Message-ID <[email protected]>
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 [email protected]