[Openmcl-devel] how to use quicktime

Alexander Repenning ralex at cs.colorado.edu
Tue Dec 2 12:32:09 PST 2008


Excellent! This works. Thank you.

one little issue left is that QTKit does not seem to work when trying  
to use it from PPC CCL 1.2:

Warning: Interface file #P"/Applications/Clozure CL 1.2/Clozure CL.app/ 
Contents/Resources/darwin-headers/qtkit/objc-classes.cdb" does not  
exist, and the containing directory does not exist.

I checked my version of PPC CCL (1.2-r9226-RC1  (DarwinPPC32)!) does  
not have the qtkit headers.

is this a limitation of QTKit or PPC CCL?

Alex


On Nov 30, 2008, at 6:49 PM, rkm1000 wrote:

>
> On Nov 30, 2008, at 8:15 PM, Alexander Repenning wrote:
>
>> 4) using QTkit
>>
>> (ccl:open-shared-library "/System/Library/Frameworks/ 
>> QTKit.framework/QTKit")
>>
>> succeeds but how does one create the main classes, e.g., QTMovie  
>> and QTMovieView? I assume this would be the recommended route to go.
>>
>
>
> Try:
> (objc:load-framework "QTKit" :QTKit)
>
> And then try things like:
> (#/alloc (@class "QTMovie"))
>
> instead of things like:
> (#/alloc ns:qt-movie)
>
> With (ccl:open-shared-library "/System/Library/Frameworks/ 
> QTKit.framework/QTKit")
> (@class "QTMovie") returned a foreign pointer, but not one that was  
> useful...
>
> -Ken
>

Prof. Alexander Repenning

University of Colorado
Computer Science Department
Boulder, CO 80309-430

vCard: http://www.cs.colorado.edu/~ralex/AlexanderRepenning.vcf


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.clozure.com/pipermail/openmcl-devel/attachments/20081202/822d481f/attachment.htm>


More information about the Openmcl-devel mailing list