首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > VC/MFC >

WTL,该怎么解决

2012-11-10 
WTL在MFC中使用WTL,文件都包含了在stdafx.h中头文件#include atlbase.h#include atlapp.h#include at

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。

[解决办法]
http://tech.dir.groups.yahoo.com/group/wtl/message/11733http://forums.codeguru.com/archive/index.php/t-492333.html

这两个连接应该可以解决吧...

热点排行