Calling a MFC dialog from win32
-
I have tried adding MFC support and calling a modal/modeless dialog from a win32 application My program is crashing when I do this.
Deekonda Ramesh
Error message? Code? The question is very less likely to be understood as it stands now.
The shit I complain about It's like there ain't a cloud in the sky and it's raining out - Eminem ~! Firewall !~
-
I have tried adding MFC support and calling a modal/modeless dialog from a win32 application My program is crashing when I do this.
Deekonda Ramesh
-
Error message? Code? The question is very less likely to be understood as it stands now.
The shit I complain about It's like there ain't a cloud in the sky and it's raining out - Eminem ~! Firewall !~
I am having an MFC Dialog class called CDataFilesDialog inheriting from CDialog I have a global object of this dialog named dlg; I am doing a dlg.DoModal() from a WMCOMMAND message handled by wndproc of my win32 application. I am trying to mix MFC and WIn32
Deekonda Ramesh
-
I strongly suspect that your entire application needs to be re-built as MFC in order to do this.