Hi all, I'm trying to import some calls of the Imapi2sample sample program into an MFC application. To handle events, the ATL method is used. But if I inset in my code the class CConsoleModule : public ::ATL::CAtlExeModuleT<CConsoleModule> { }; CConsoleModule _AtlModule; the compiler say that CAtlExeModuleT is not a member of ATL. I have included #include <atlbase.h> #include <atlcom.h> #include <atlwin.h> Any suggestion? Thank you in advance, Paolo
"Paolo Alberto Cremonese" wrote in message news:OdDt3ypVIHA.3940@TK2MSFTNGP05.phx.gbl > the compiler say that CAtlExeModuleT is not a member of ATL. Are you using VC6, by any chance? -- With best wishes, Igor Tandetnik With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea. It is hard to be sure where they are going to land, and it could be dangerous sitting under them as they fly overhead. -- RFC 1925