When porting an existing MFC codebase to wxWidgets, it may be useful to continue using the existing CWinApp-derived application class, so allow deriving wxMFCApp from it instead of always deriving it from CWinApp itself.
When porting an existing MFC codebase to wxWidgets, it may be useful to continue using the existing CWinApp-derived application class, so allow deriving wxMFCApp from it instead of always deriving it from CWinApp itself.