Carlo, I believe you have to have the qtmlClient.dll located in the same folder as your application. If you don't have it, then do a Google search for a download of it. If you do have it in the right location and the error persists, then I'm not sure what the problem is.
Hope that helps... Regards, Dave Wooldridge Electric Butterfly http://www.ebutterfly.com ------------------------------------ > 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 _______________________________________________ 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>
