Porting X/Motif GUI application to Windows using wxWidgets

719 Views Asked by At

Is it possible to port an application built in X/Motif GUI on Solaris platform to Windows using wxWidgets? If so, is it easier to port to wxWidgets than other GUI builders like QT or Visual Studio?

1

There are 1 best solutions below

0
On

It's definitely possible to port a Motif application to wxWidgets, but you won't be able to keep much code intact. In other words, this will be a non-trivial undertaking -- but this will be true whether you use wx, Qt or anything else (but using a portable framework does seem like a better idea if you have Unix background but need it to work under Windows).