Click here to Skip to main content
15,891,567 members
Articles / Desktop Programming / MFC

Porting to MFC feature pack leads crash to existing aplication

Rate me:
Please Sign up or sign in to vote.
4.00/5 (1 vote)
4 Oct 2012CPOL 5.3K  
Hello all,I started porting to MFC feature pack to my exiting application to get better UI support. I made following changes .Modify the base class.CWinApp to CWinAppExCMDIFrameWnd to CMDIFrameWndExCMDIChildWnd to CMDIChildWndExAdded following line of code in...

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
4 Oct 2012Eugen Podsypalnikov
You could try to activate all check boxes in the "VS->Debug->Exceptions" dialogand then launch the debugger again:Compare also your sequences with their version generated by VS-Wizard for a sample :)
Please Sign up or sign in to vote.
4 Oct 2012JackDingler
I went through a lot of headaches in my first conversion to the Feature Pack.I ended up just letting the wizard generate a fresh new framework and merging my older code into it.In my view, it was important to understand why the manual conversion was failing so much as getting the code...

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions