On Tuesday 10 October 2006 15:07, Vincent Snijders wrote: > I hope Den Jean can unify his qt4 unit.
I am working on it. First results have been posted in a temporary unstable section (V1.20): http://users.pandora.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html Can everyone compile/test/complain :-) Merging sample: Qt4.pas extract: --------------------- {$ifdef DARWIN } function QPixmap_macQDHandle(handle: QPixmapH): QtHANDLE; cdecl; external QtIntf name 'QPixmap_macQDHandle'; function QPixmap_macQDAlphaHandle(handle: QPixmapH): QtHANDLE; cdecl; external QtIntf name 'QPixmap_macQDAlphaHandle'; function QPixmap_macCGHandle(handle: QPixmapH): QtHANDLE; cdecl; external QtIntf name 'QPixmap_macCGHandle'; {$endif} binding extract: --------------------- #if defined DARWIN C_EXPORT Qt::HANDLE QPixmap_macQDHandle(QPixmapH handle); C_EXPORT Qt::HANDLE QPixmap_macQDAlphaHandle(QPixmapH handle); C_EXPORT Qt::HANDLE QPixmap_macCGHandle(QPixmapH handle); #endif > What are the possibilities for adding the unit to the fpc repository? > > I wonder what would be the best way to distribute the libqtintf.dll / so. Please advice. kind regards, Den Jean _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
