K
KarthikonIT via OfficeKB.com
Hi,
I have created a plugin for Outlook, I want add ribbon controls to my
existing OUtlook plugin.
When I Implement "IRibbonExtensibility" Interface in the class that was
implemented "_IDTExtensibility2" Interface it throws
up the following error message
ATL::CComObject<Base>' : cannot instantiate abstract class
with
[
Base=CGrabExplorer
]
due to following members:
'HRESULT Office::IRibbonExtensibility::raw_GetCustomUI(BSTR,BSTR *)' :
is abstract
I have implemented "GetCustomUI" API and returning S_OK
How do i resolve this?
Thanks in Advance.
I have created a plugin for Outlook, I want add ribbon controls to my
existing OUtlook plugin.
When I Implement "IRibbonExtensibility" Interface in the class that was
implemented "_IDTExtensibility2" Interface it throws
up the following error message
ATL::CComObject<Base>' : cannot instantiate abstract class
with
[
Base=CGrabExplorer
]
due to following members:
'HRESULT Office::IRibbonExtensibility::raw_GetCustomUI(BSTR,BSTR *)' :
is abstract
I have implemented "GetCustomUI" API and returning S_OK
How do i resolve this?
Thanks in Advance.