Adding MFC Support to a standard DLL Project
ATL / WTL / STL
1
Posts
1
Posters
0
Views
1
Watching
-
So far I have found these two articles about adding MFC Support to an existing ATL DLL. They are both very similar. http://www.codeproject.com/com/COM_EXE_Server.asp#xx1175657xx[^] http://support.microsoft.com/kb/q173974/[^] Is there a way to add MFC support to an existing, non ATL, DLL?? I really only need just to add a simple dialog with a progress bar and a cancel button but my existing project is making this hard. Is it possible to use WTL somehow? I have never used it before. Thank you!