Hi,

On Monday 30 June 2003 15:35, Mr.RRiChIe wrote:
> hi,
>
> i'm a qt developper and i would like to develop a program that can read asx
> radios on the web.
> I've tried to make an object from avifile like that :
> => IAviPlayer toto;
> but it says :
> => .ui/../gfxprinc.ui.h:128: cannot declare variable `toto' to be of type
> `IAviPlayer'
> .ui/../gfxprinc.ui.h:128:   since the following virtual functions are
> abstract:
>
> can you help me to do that ?

IAviPlayer is an abstract class, so you can't use it that way directly.

You have to implement those virtual functions which are missing yourself.

Better is to use classes AviPlayer or AviPlayer2 - these classes are not 
abstract, the virtual functions are implemented there.

Have a look at lib/aviplay/aviplay* or ask more ;-)


Alex


-- 
                   Alexander Rawass
   mailto:[EMAIL PROTECTED]     http://www.raw-ass.net
...but some day you'll be a STAR in somebody else's SKY...


_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to