From: Mihael <mih...@gm...> - 2008-07-26 09:25:13
|
>> >> After investigating alot, so it seems, there is no "kQTFileType3GPP" >> or "KQTFileType3GPP" defined after requiring the QTKit. > > QTKit's .bridgesupport file does show the constant, but only for 64 > bits : > > <enum name='kQTFileType3GPP' value64='862417008'/> > > I guess you should rebuild the .bridgesupport file yourself with > gen_bridge_metada. Thanks Patrick. I did not find anything similar in my bridgesupport files (RubyCocoa.framework/Resources/BridgeSupport/*). Then I tried this: sudo gen_bridge_metadata -d -f /System/Library/Frameworks/ QTKit.framework/ -o /System/Library/Frameworks/RubyCocoa.framework/ Resources/BridgeSupport/QTKit.bridgesupport And failed with alot errors :), then decided to just step back and write the damn program in ObjectiveC. Thanks anyway! |