<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Excellent! This works. Thank you.</div><div><br></div><div>one little issue left is that QTKit does not seem to work when trying to use it from PPC CCL 1.2:</div><div><br></div><div>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.</div><div><br></div><div>I checked my version of PPC CCL (1.2-r9226-RC1  (DarwinPPC32)!) does not have the qtkit headers.</div><div><br></div><div>is this a limitation of QTKit or PPC CCL? </div><div><br></div><div>Alex</div><div><br></div><br><div><div>On Nov 30, 2008, at 6:49 PM, rkm1000 wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div><br>On Nov 30, 2008, at 8:15 PM, Alexander Repenning wrote:<br><br><blockquote type="cite">4) using QTkit<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">(ccl:open-shared-library "/System/Library/Frameworks/QTKit.framework/QTKit")<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">succeeds but how does one create the main classes, e.g., QTMovie and QTMovieView? I assume this would be the recommended route to go.<br></blockquote><blockquote type="cite"><br></blockquote><br><br>Try:<br>(objc:load-framework "QTKit" :QTKit)<br><br>And then try things like:<br>(#/alloc (@class "QTMovie"))<br><br>instead of things like:<br>(#/alloc ns:qt-movie)<br><br>With (ccl:open-shared-library "/System/Library/Frameworks/QTKit.framework/QTKit")<br>(@class "QTMovie") returned a foreign pointer, but not one that was useful...<br><br>-Ken<br><br></div></blockquote></div><br><div apple-content-edited="true"> <span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica">Prof. Alexander Repenning</font></p><p style="margin: 0.0px 0.0px 0.0px 0.0px"><br class="khtml-block-placeholder"></p><p style="margin: 0.0px 0.0px 0.0px 0.0px">University of Colorado</p><p style="margin: 0.0px 0.0px 0.0px 0.0px">Computer Science Department</p><p style="margin: 0.0px 0.0px 0.0px 0.0px">Boulder, CO 80309-430</p><p style="margin: 0.0px 0.0px 0.0px 0.0px"><br class="khtml-block-placeholder"></p><p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica">vCard: <a href="http://www.cs.colorado.edu/~ralex/AlexanderRepenning.vcf">http://www.cs.colorado.edu/~ralex/AlexanderRepenning.vcf</a></font></p><br class="Apple-interchange-newline"></span></span></span></div></span> </div><br></body></html>