From: Shai on
Hello all,

I run an old code created with Matlab 2006 using Matlab 2008b. It uses an activex name:
' :-) VideoSoft FlexArray Control ' which works fine with Matlab 2006.

With Matlab 2008b it collapses due to the missing activex feature mentioned above.

Does anyone know how I can install it and make it compatible with Matlab 2008b?

Thanks,

Shai
From: matt dash on
"Shai " <shain(a)tx.technion.ac.il> wrote in message <i12372$rjv$1(a)fred.mathworks.com>...
> Hello all,
>
> I run an old code created with Matlab 2006 using Matlab 2008b. It uses an activex name:
> ' :-) VideoSoft FlexArray Control ' which works fine with Matlab 2006.
>
> With Matlab 2008b it collapses due to the missing activex feature mentioned above.
>
> Does anyone know how I can install it and make it compatible with Matlab 2008b?
>
> Thanks,
>
> Shai


You can download it from several websites. The file is called VSFLEX3.OCX. Install it using regsvr32.exe. Do some googling to figure out how.

As far as i know there's no way to get it to work with 64bit matlab though.
From: Shai on
"matt dash" <n.a(a)mail.com> wrote in message <i12610$4qd$1(a)fred.mathworks.com>...
> "Shai " <shain(a)tx.technion.ac.il> wrote in message <i12372$rjv$1(a)fred.mathworks.com>...
> > Hello all,
> >
> > I run an old code created with Matlab 2006 using Matlab 2008b. It uses an activex name:
> > ' :-) VideoSoft FlexArray Control ' which works fine with Matlab 2006.
> >
> > With Matlab 2008b it collapses due to the missing activex feature mentioned above.
> >
> > Does anyone know how I can install it and make it compatible with Matlab 2008b?
> >
> > Thanks,
> >
> > Shai
>
>
> You can download it from several websites. The file is called VSFLEX3.OCX. Install it using regsvr32.exe. Do some googling to figure out how.
>
> As far as i know there's no way to get it to work with 64bit matlab though.



Thank you very much!!!
it solved the problem!

Shai