how to use CDialog in win 32 application?
- by Rakesh
I did the following steps to use the CDialog in win 32application;
1.Changed the use of MFC to "use mfc shared DLL".
2.Added a dialog resource and added a class for the dialog.
3.Included the dialog class in my main.
4.Tried to call do modal.
when i try to call do modal...i am getting an debug assertion failed.. can anybody help me out of this?