how to use CDialog in win 32 application?

Posted by Rakesh on Stack Overflow See other posts from Stack Overflow or by Rakesh
Published on 2010-04-16T08:36:52Z Indexed on 2010/04/16 8:43 UTC
Read the original article Hit count: 183

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about mfc

Related posts about win32