true cross-platform compatibility of Qt

February 1st, 2005 at 2:54 pm

It’s not a thing to take lightly when you take a program weighting several KLOCs you’ve been developing in a Microsoft environment (Win2k, VC++ 7), compile it on Linux and see it run in exactly the same way as on Windows, without a single error/warning/difference (bar the native widgets, that make the GUI look “at home” on any system).

Qt’s famed cross-platformness works very well. So far we tried the application on Windows (2K and XP), Linux RH7 RH9, Solaris and AIX. The only problems we had were caused by our bugs and not Qt’s lack of compatibility.

This is very impressive. And useful !

Related posts:

  1. Integrating the Platform SDK into MS Visual C++ Express

Leave a Reply

To post code with preserved formatting, enclose it in `backticks` (even multiple lines)