[fpc-devel] Linking to C++
Den Jean
Den.Jean at telenet.be
Mon Jan 22 22:11:02 CET 2007
On Monday 22 January 2007 21:14, Peter Popov wrote:
> example is the way QT is interfaced with Kylix. It works, only because QT
> is reasonably well written, all the new/deletes of QT objects are
> explicitly wrapped in Kylix, and the published QT member functions don't
> do weird things. All QT functions are wrapped as normal function, by
> explictly specifying the Self pointer as the first argument. The last
Qt even documented a LSB ABI for their toolkit (platform specific)
http://www.linux-foundation.org/en/Specifications#LSB_Qt_4
The IA32 platform:
http://refspecs.freestandards.org/LSB_3.1.0/Toolkit_Qt4-IA32/Toolkit_Qt4-IA32/libqtcore.html
More information about the fpc-devel
mailing list