WTL

在MFC中使用WTL,文件都包含了在stdafx.h中头文件
#include <atlbase.h>
#include <atlapp.h>#include <atlwin.h>#include <atlframe.h>
#include <atlctrls.h>
#include <atldlgs.h>
#include <atlmisc.h>#include <assert.h>
#include <string>
#include <vector>#include <XLLuaRuntime.h>
#include <XLUE.h>
#include <XLGraphic.h>编译时提示错误:
1>c:\wtl80\include\atlctrls.h(1995) : error C3861: 'ImageList_Read': identifier not found
1>c:\wtl80\include\atlctrls.h(2102) : error C3861: 'ImageList_Read': identifier not found
1>c:\wtl80\include\atlctrls.h(2108) : error C3861: 'ImageList_Write': identifier not found
1>c:\wtl80\include\atlctrls.h(2115) : error C3861: 'ImageList_ReadEx': identifier not found
1>c:\wtl80\include\atlctrls.h(2121) : error C3861: 'ImageList_WriteEx': identifier not found
高手指点下,我用的是vs2005,WTL是WTL80。