Hi,
I'm using C++Builder 2007 with LMD-Tools 11 and when I'm making a new component with TLMDListBox as ancestor, I have the following linker error:
[ILINK32 Error] Error: Unresolved external '__fastcall Lmdcustomscrollbox::TLMDCustomScrollBox::PaintWindow(HDC__ *)' referenced from MyListBox.OBJ
How can I resolve that ?
The ultimate goal of doing that is to make this control works with CodeBear TestComplete, by integrating MSAA or by exposing some new properties in order to query the current selection (If some one has hint about that, I would be happy to hear about it).
Comments