How to use MFC with ATL

Posted by nimo on Stack Overflow See other posts from Stack Overflow or by nimo
Published on 2010-03-21T16:19:14Z Indexed on 2010/03/21 16:21 UTC
Read the original article Hit count: 608

Filed under:
|
|

Hi,

I'm trying to write a COM EXE using ATL. I also have a MFC application. Both these applications would be run in local machines. Therefore, I don't need to run these two processes (COM EXE and MFC) separately.

Can I create a single application (process) by combining these two applications ? Is there any possibility that I can embed my MFC code in ATL code, or is there a way to initialize the COM EXE within my MFC code ?

Appreciate your help and concerns .

Thank you

© Stack Overflow or respective owner

Related posts about atl

Related posts about mfc