FIX: COleControl::GetNotSupported() Gives Bad Description
Article ID: 127923
Article Last Modified on 8/16/2005
APPLIES TO
- Microsoft OLE Control Developer's Kit (CDK)
This article was previously published under Q127923
SYMPTOMS
If you define a property using the Get or Set method and call COleControl's
GetNotSupported() member function from your Get<propname> method
implementation, the error that is thrown uses the AFX_IDP_E_SETNOTSUPPORTED
define instead of the correct AFX_IDP_E_GETNOTSUPPORTED as the description
identification.
STATUS
Microsoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article. This bug was corrected in the OLE Control
Developer's Kit version 1.1.
Additional query words: 1.00 1.51 2.00 AFX_IDP_E_SETNOTSUPPORTED throwerror ocx
Keywords: kbfix kbctrl KB127923