Porting from MFC to QT
-
Hi All. Can any help me! I am a MFC developer, my mission is porting from MFC to QT application. But I can not find the easy way to porting, it's so hard and maybe i lose my mission. Can any know how to porting from MFC to QT. Please help me. Thanks so much!
-
Hi All. Can any help me! I am a MFC developer, my mission is porting from MFC to QT application. But I can not find the easy way to porting, it's so hard and maybe i lose my mission. Can any know how to porting from MFC to QT. Please help me. Thanks so much!
-
Hi All. Can any help me! I am a MFC developer, my mission is porting from MFC to QT application. But I can not find the easy way to porting, it's so hard and maybe i lose my mission. Can any know how to porting from MFC to QT. Please help me. Thanks so much!
I have not done this but have written MFC and Qt applications. Knowing both I would deny such a request because they are too different and porting is similar to rewriting the application. However, it all depends on the size of the existing application.
-
Hi All. Can any help me! I am a MFC developer, my mission is porting from MFC to QT application. But I can not find the easy way to porting, it's so hard and maybe i lose my mission. Can any know how to porting from MFC to QT. Please help me. Thanks so much!
As others have eluded, I don't think there is an "easy way" to port the code over. You'll have to basically start re-writing things and solve problems as they come up. Having written things in both MFC and Qt, you may end up doing a lot of re-design since the frameworks can vary quite a bit with some things. If you're looking for something that may be easier to port so that it works in other platforms (i.e.Linux), WxWidgets may be an easier port.