"alessandro" <> wrote in message
news:Hfi1d.245823$...
> Yes...provided a definition for every non-pure virtual function. Them are
> simply
> funcname()
> {
> }
>
> but that should be enaught. However these errors occour again. Note that
> these are linker errors, all in the Tuner.o file (that is, the error
occours
> in the derived class).
>
Well I'm not sure then. Plenty of people have had this error before
http://groups.google.co.uk/groups?ie...ined+reference
Commonest reason seems to be failing to define a virtual function, but have
a look for yourself.
john