摘要: CImage会用到ATL中的CPoint等类,而这些类是全局的,没有namespace,和WTL::CPoint会冲突。 解决办法在stdafx.h中 #define WIN32_LEAN_AND_MEAN #define _WTL_USE_CSTRING #define _WTL_NO_WTYPES #include <atlbase.h> #include <atlapp... 阅读全文
posted @ 2010-05-04 16:12 Fan Zhang 阅读(1187) 评论(0) 推荐(1)