ATL Executable doesn't allow MFC support, why ?
ATL / WTL / STL
1
Posts
1
Posters
0
Views
1
Watching
-
I have an MFC Extension-DLL which includse various controls I'd like to use in various places. When I use it in MFC applications it works. When I use it in ATL-Dlls it works, the wizard replaces several core methods in the Dll (DllCanUnload, etc) create a CWinApp object and all is well. It seems like I can't use my beloved MFC-Extension-DLL in an ATL Executable project. Excerpt: Executable (EXE) Select to create a local out-of-process server. This option does not allow support for MFC or COM+ 1.0. It does not allow for the merging of proxy/stub code. Why is this ? Is there a way to get pass this limitation ?