The information in this article applies to:
SUMMARYUsing CImageList::DeleteObject() results in compiler error C2039: 'DeleteObject' : is not a member of 'CImageList'. MORE INFORMATION
The documentation for Visual C++ versions 2.1 and 2.2 lists DeleteObject()
as a member function of class CImageList. This is not the case. The correct
function to use is DeleteImageList(). This function is documented in Visual
C++ version 4.x, but it is not documented in version 2.1 or 2.2. Below is
the documentation for the function CImageList::DeleteImageList:
Nonzero if successful; otherwise 0.Remarks: Call this function to delete an image list. Additional query words: 2.10 2.20 Alpha MIPS Power PC x86 4.00 4.10
Keywords : kbdocfix kbnokeyword kbMFC kbVC |
Last Reviewed: January 31, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |