Groups > Borland > Borland C plus plus builder Active X > Re: QuickTime ActiveX




Re: QuickTime ActiveX

Re: QuickTime ActiveX
Tue, 11 Mar 2008 10:39:41 +010
Jørgen Berntsen schrieb:
> Hi Everyone
> 
> Have anybody any succes with using the QuickTime ActiveX?
> 
> I have succesfully downloaded and installed the QuickTime SDK and 
> imported the ActiveX control. Based on a VB example I have made a small 
> application which tries to take an image series and generate a movie 
> from these images (see below).
> 
> However, when I run the application I get an error message: "Assertion

> failed: intf != 0, file c:\program files\codegear\rad 
> studio\5.0\include\vcl\utilcls.h, line 2298". Haven't any idea of what

> the problem seems to be.
> 
> Hope somebody can help me or give me some hints, Jørgen
> 
> 
> 
> 
> __fastcall TForm2::TForm2(TComponent* Owner)
> : TForm(Owner)
> {
>     BSTR Path = "C:\\Users\\jbe\\Desktop\\2007-06-27_Bovine 
> 006\\2007-06-27_Slide E\\Well12\\2007-06-27_Slide E_Well12_000.jpg";
>     QTControl1->CreateNewMovieFromImages(Path,5,true);
>     QTControl1->Movie->AllowDynamicResize = true;
> }
>
//--------------------------------------------------------------------------- 
> 
> void __fastcall TForm2::Button1Click(TObject *Sender)
> {
> QTControl1->Movie->SaveSelfContained("C:\\test.mov");
> }
> 

Hi Jørgen,

I try to us e QT in Builder 2007 but the Component Import faild. I have
no DirectX components in the "Tool Palette". In BDS2006 it works
fine.
What are you using ?

Regard
Dudi
Post Reply
about | contact