In an app (win32) I have some Declares related to QuickTime. When I launch the compiled application I get these messages (one for each declare):
failed assertion: 4 .... .... loadeecx86cpp: 302 ... Could not resolve the function "name of each declare name" in qtmlClient.dll Here is one of the Declares: Declare Function GetMovieIndTrackType Lib "qtmlClient.dll" (theMovie as Integer, index as Integer, trackType as OSType, flags as Integer) as Integer Declare Sub SetTrackVolume Lib "qtmlClient.dll" (theTrack as Integer, volume as Integer) SetTrackVolume GetMovieIndTrackType(mmovie.Handle,1,"soun",1),1 Yet QuickTime is installed and I can lauch the (Apple) MoviePlayer. Suggestions welcome, thanks -- Carlo _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
