PDA

View Full Version : Windows Migration Framework



raman_31181
23rd September 2008, 09:00
Hello All,

I have a MFC based application which I want to convert to Qt on Linux.I looked around for various options and found this

http://doc.trolltech.com/solutions/qtwin…kthrough.html#1

But I see that Windows Migration Framework is not available for open source users.Is that true?I am using qtopia4.3.5 open source here.

fnmblot
24th September 2008, 15:20
That link doesn't work. Can you report it?

wysota
28th September 2008, 22:41
But I see that Windows Migration Framework is not available for open source users.Is that true?I am using qtopia4.3.5 open source here.

Yes, that is correct. It's available as a closed-source solution for which you have to have a commercial licence and pay additionally for access to solutions. You don't need that framework to do the port, though. Simply start rewriting code, stubbing as much as possible and removing stubs when you implement appropriate functionality.