Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: VDR developer version 1.1.2



I've a litle problem with my plugin and I don't know, what goes wrong.

1) I want use a abstract class with one virtual function. but after 
linking and start vdr, I get an errormessage that this abstract virtual 
function is a undefined symbol. what do I wrong.

2) When I difine this function only as virtual with a body, this message 
don't come. but when I sccess (?) from this class a new class, overwrite 
the virtual function and store a object of the 2nd class in a pointer of 
the baseclass, I can't call the virtual function.
I always get an Segmentionfault. I've try to gebug with gdb and it 
seems, that the call wants to jump to address NULL an not to the 
function address. what goes wrong?

I hope you understant me... In german I can explain my problem better.





Home | Main Index | Thread Index