embed WxWidgets in MFC applications?
-
Hi Everyone, is it possible to embed WxWidgets Controls in a MFC based application? In detail, is there a way to use wxWidget Controls inside a MFC Control? specially CView, CFormView or CDockablePane? My problem: I have a huge MFC appication with rich GUI features. I need to extend this application with a feature, that user will be able to display application data by creating his own views. I could start this task with an approach like this: XUIFramework: A GUI Framework based on XML and MFC[^] Actually it would work with some simple MFC controls, but there will be a lot of work to make it more functional. So my basic idea is, to use wxWidgets because of its rich functionality. But I cannot rewrite the complete application to base it on wxWidgets instead of MFC. An further advantage of wxWidget would be, that it should be very easy to create a runtime for other systems like linux to run the user's GUI! I have found in internet a few comments about such an approach. some says, it could be possible. But I have not found anything concrete. If I would have a very basic sample, I could start such a project. Any ideas?