I did the following steps to use the CDialog in win 32 application:
- Changed the use of MFC to "use mfc shared DLL".
- Added a dialog resource and added a class for the dialog.
- Included the dialog class in my main.
- 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?