How to use MFC with ATL
- by nimo
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