re: Opening REAL Studio 2010 Project in  XOJO 2017

"emile.a.schwarz" <[email protected]> Sun, 29 Oct 2017 10:03:07 +0100 (CET)
Newsgroups gmane.comp.lang.realbasic.user
Message-ID <2018162119.1936.1509267787724.JavaMail.www@wwinf1k25>
The release notes are your friend.

 

In the release notes, you will learn about QuickTime (Hi Markus), Carbon (deprecated, use Cocoa now), and so on.

 

Get them with Feedback (fast, before they disappear).

 

HTH,

 

Emile

 

 

> Message du 29/10/17 01:05
> De : "ER" 
> A : "Nug" 
> Copie à : 
> Objet : Opening REAL Studio 2010 Project in  XOJO 2017 
> 
> 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]
> 
>


To unsubscribe, email [email protected]