I am dabbling in Codewarrior LE, and am havung a problem using PowerPlant.
I am trying to make a TextEdit class into a listener (so it will delete
spaces
when a pushbutton is
pressed), so tried making it a mixed LTextEdit and LListener class.
Everthing
was going smoothly,
till I added the mixed inheritence ( public LTextEdit, public LListener),
then I
keep getting a
compile time error of :-
"Error : illegal use of abstract class
('LListener::ListenToMessage(long, void
*)')"
which I have worked out comes from me trying to Register_ the mixed class.
Can anyone help me out?