qt3 cygwin - qt3win32
Holger Schroeder
holger-kde at holgis.net
Mon Aug 11 17:57:42 CEST 2003
Hi,
the difference between both of these is which windowing system/operating
system they are made for:
qt3 is mainly the "normal" qt for X11 on unix, fixed in some ways to run on
cygwin. the advantage of this is that this is the most stable gpl-ed qt you
can have on windows now. the disadvandage is that it uses X11 calls to draw
anything on screen, so you end up with:
qt application
qt3
X server
windows gdi drawing routines
the x server in the middle eats some performance in this case.
qt3-win32 is an attempt to port the platform-dependent parts of qt, so that
they run on windows native, so that you don't need the X-server any more:
qt application
qt3-win32
windows gdi drawing routines
this version should be faster once it is finished. it is still in heavy
development atm, and it is progressing very fast. if you want something
stable, choose the other one, but if you like to test it and give some
feedback on it, feel free to do so.
Holger
On Monday 11 August 2003 14:58, Jérôme DESPATIS wrote:
> Hello
>
> By the way, i really don't understand the 2 url:
> http://kde-cygwin.sourceforge.net/qt3-win32/compiling.php
>
> and
>
> http://kde-cygwin.sourceforge.net/qt3/compiling.php
>
> it's not the same qt ?
> why 2 cvs access ?
>
> which one should I compile on cygwin to have the more
> recent version of qt3 ?
>
> thanks
> enzo
>
>
> ___________________________________________________________
> Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
> Yahoo! Mail : http://fr.mail.yahoo.com
> _______________________________________________
> kde-cygwin mailing list
> kde-cygwin at mail.kde.org
> http://mail.kde.org/mailman/listinfo/kde-cygwin
More information about the kde-cygwin
mailing list