Re: D7 or D7+KYLIX or KYLIX ?
From: Andreas Hausladen (AndreasDOTHausladen_at_gNOMAILmx.de)
Date: 03/09/04
- Next message: Rhys Sage: "Re: D7 standard bugs"
- Previous message: Eric Grange: "Re: VMWare, VPC or Bochs?"
- In reply to: olivier rinaudo: "Re: D7 or D7+KYLIX or KYLIX ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 9 Mar 2004 02:53:04 -0800
olivier rinaudo wrote:
> seems that Qt dependancies introduce
> deployment and robustness problems in the time
It would be the same with wxWidget (wxWindows is the old name) and gtk+
because both are also C++ libraries. So you need a C wrapper library ( the
libborqt.so ).
> -one of interesting point in delphi was to have only one binary
You can write a solid executable but then you can only use C libraries
like gtk (without the "+").
> -Gtk or motif higher level library wxWindows or library used
> by openoffice or even swing..
Qt is used by KDE and many Linux programs that are not KDE applications.
The big advantage of Qt is that it is platform independent and it is not
only a widget framework for C++. It introduces extended runttime type
information and it contrains a whole classes framework (e.g. QString,
QStringList, QList, QHashList, QLocale, ... [ for more see the Qt
documentation] ).
> to have only one binary
It is possible to link directly against a C++ shared object with Kylix
(Delphi). But it is not that easy. The gcc 3.x has an ABI (application
binary interface) that could be emulated by a Delphi class. For gcc 2.9x
C++ libraries it is more complicated because the VMT is not equal to
Delphi's (positive entries).
-- Regards, Andreas Hausladen (http://www.kylix-patch.de.vu - unofficial Kylix 3 patches)
- Next message: Rhys Sage: "Re: D7 standard bugs"
- Previous message: Eric Grange: "Re: VMWare, VPC or Bochs?"
- In reply to: olivier rinaudo: "Re: D7 or D7+KYLIX or KYLIX ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|