B
BhushanS7
Guest
I am porting an mfc application from VS 2005 to VS 2015. I simply upgraded by opening the application in VS 2015. It built successfully with some minor changes. I am facing a Problem during runtime. The mainframe class OnCreate method Fails. It simply Returns without creating a mainframe handle. I also observed that in VS 2005 the mainframe is inherited from CMDIFrameWnd class while in VS2015 it is inherited from CMDIFrameWndEx class. I have changed that and tried as well but still the same error. Has someone else also faced a similar Problem? Can anyone direct me to the possible error and fix for the same?
Continue reading...
Continue reading...