FIX: COleControl::GetNotSupported() Gives Bad Description (127923)



The information in this article 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.

Modification Type:MinorLast Reviewed:8/16/2005
Keywords:kbCtrl kbfix KB127923