I am following this step in order to provide MFC Support in my ATL COM DLL
http://support.microsoft.com/kb/173974
But When in include these files
in Stdafx.h, then I come across this errorCode:#include <afxwin.h> // MFC core and standard components #include <afxext.h> // MFC extensions #include <afxdisp.h> // MFC Automation extensions
Code:1>d:\Maverick\Projects\CCPM\SRC\WTL80\include\atlctrls.h(1995) : error C3861: 'ImageList_Read': identifier not found 1>d:\Maverick\Projects\CCPM\SRC\WTL80\include\atlctrls.h(2102) : error C3861: 'ImageList_Read': identifier not found 1>d:\Maverick\Projects\CCPM\SRC\WTL80\include\atlctrls.h(2108) : error C3861: 'ImageList_Write': identifier not found




Reply With Quote