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?
Asked
Active
Viewed 695 times
1 Answers
1
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).

VZ.
- 21,740
- 3
- 39
- 42