Using MFC classes inside ATL Project

Posted by user196614 on Stack Overflow See other posts from Stack Overflow or by user196614
Published on 2010-04-16T12:21:47Z Indexed on 2010/04/16 12:23 UTC
Read the original article Hit count: 302

Filed under:
|
|

Hi, I have created an ATL Project with all default options using VC++ 2008.

I have added Simple ATL object (interface IDemo) and some interface moethos inside the simple object.

I want to use MFC classes (e.g. CDatabase, CRecordset and lots more) inside my ATL project.

How can I achieve this?

Thanks.

© Stack Overflow or respective owner

Related posts about mfc

Related posts about atl