Subject | deriving from TIB_Edit -> unresolved external TIB_CustomEdit::PaintWindow... |
---|---|
Author | lordlordsteven |
Post date | 2004-06-04T13:09:36Z |
Hi!
I´m trying to make a component derived from TIB_Edit.
I´m using c++ builder 5.
Just creating an empty component that is derived from
TIB_Edit has this unresolved external.
I find it strange, that only this one method can´t be
found.
So i tried to override it ... it compiles but won´t
work right. I tried to use the repaint and/or refresh
method in my overridden PaintWindow, but it doesnt
work. For example: the Button is always invisible.
Does anyone has a solution?
regards,
Stephan
I´m trying to make a component derived from TIB_Edit.
I´m using c++ builder 5.
Just creating an empty component that is derived from
TIB_Edit has this unresolved external.
I find it strange, that only this one method can´t be
found.
So i tried to override it ... it compiles but won´t
work right. I tried to use the repaint and/or refresh
method in my overridden PaintWindow, but it doesnt
work. For example: the Button is always invisible.
Does anyone has a solution?
regards,
Stephan