Board index » cppbuilder » Having problems launching a property editor from a component editor
Clayton Arend
![]() CBuilder Developer |
Tue, 26 Jul 2005 09:51:29 GMT
Having problems launching a property editor from a component editor
I am a tiny bit unsure where to post this question and since
cppbuilder.opentoolsapi is not begin used yet I will ask it here. I have created a TComponentEditor descendant for a specific component and void __fastcall TMyEditor::EnumerateProp(const _di_IProperty Property) void __fastcall TMyEditor::ExecuteVerb(int Index) _di_IDesignerSelections list = CreateSelectionList(); using Typinfo::TTypeKind; This compiles just fine. When linked I receive the following error: [Linker Error] Unresolved external 'Designeditors::GetComponentProperties( My package has "designide.bpi, rtl.bpi, and vcl.bpi" in the requires @Designeditors@GetComponentProperties$qqrx58System@%DelphiInterface$t30Desi So my questions are: 1. Has anyone gotten this to work before? If so, how? BCB6 Patch2. Clayton |