The information in this article applies to:
SYMPTOMSAdding a method to an ATL class generates the following compile time error:
CAUSEThe method implements a custom interface, does not use the [local] attribute, and does not return a value of type HRESULT. RESOLUTIONAdd the [local] attribute to either the interface or the method. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. MORE INFORMATIONSteps to Reproduce Behavior
Additional query words:
Keywords : kbwizard kbClassView kbide kbMiscTools kbVC500bug kbVC600bug kbGrpDSTools |
Last Reviewed: August 5, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |