Hi, I want to add ATL support to an MFC extension DLL in VC++. You know that VC++ can add ATL support to regular DLLs but does not add this support to MFC extension DLLs. Is there any way to add ATL support to MFC extension DLLs. Should I convert the MFC extension DLL to a regular DLL first?