Knowledge Base

DOC: CImageList::DeleteObject Generates a C2039 Error

Article ID: 138785

Article Last Modified on 10/2/2003


APPLIES TO


This article was previously published under Q138785

SUMMARY

Using 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:

BOOL DeleteImageList( );

Return Value:

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: kbbug kbfix kbimglist kbvc400fix kbdocfix kbdocerr KB138785