Re: [fpc-devel] QT and FPC

2007-05-13 Thread Peter Popov
You can find binding here: http://andy.jgknet.de/oss/kylix/wiki/index.php/Qt3Clx The binding on the pascal side are quite nice. You will have troubles finding qtc (c binding for qt3). You most likely have to recompile yourself. Peter On Sun, 13 May 2007 06:11:37 -0500, ik <[EMAIL PROTECT

Re: [fpc-devel] QT and FPC

2007-05-13 Thread Felipe Monteiro de Carvalho
On 5/13/07, Den Jean <[EMAIL PROTECTED]> wrote: The Qt/Embedded binding is even easier to work with, due to the OO wrapper. But due to the overhead it did not seem usefull to me to create one for the LCL/Qt4 interface. I think it´s possible to have both. On the Symbian Port of Free Pascal I am

Re: [fpc-devel] QT and FPC

2007-05-13 Thread ik
Hi First of all Thank you. Here is my POC : program qt_poc; uses sysutils,qt4; var app : QApplicationH; window : QWidgetH; message_ : QLabelH; text : WideString; begin app := QApplication_create(@argc, argv); text := 'Hello World'; window := QWidget_create(nil, 1);

Re: [fpc-devel] QT and FPC

2007-05-13 Thread Den Jean
On Sunday 13 May 2007 09:39:48 Felipe Monteiro de Carvalho wrote: > Together with the bindings you can also find good examples, althougth > more examples are always good =) > > thanks, Please read and extend the FPC Qt4 Binding wiki: http://www.freepascal.org/wiki/index.php/Qt4_binding If you cr

Re: [fpc-devel] QT and FPC

2007-05-13 Thread Felipe Monteiro de Carvalho
Together with the bindings you can also find good examples, althougth more examples are always good =) thanks, -- Felipe Monteiro de Carvalho ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-deve

Re: [fpc-devel] QT and FPC

2007-05-13 Thread Giulio Bernardi
Is there any known to work binding for QT3 (or 4) that works without using Lazarus ? Yes: http://users.pandora.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html bye, Giulio ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mai

[fpc-devel] QT and FPC

2007-05-13 Thread ik
Hi All, I wish to create a proof of concept FPC code that shows how "easy" it is to use QT using FPC. The thing is, that I wish to do it in pure code without using Lazarus. Is there any known to work binding for QT3 (or 4) that works without using Lazarus ? Thanks, Ido -- http://ik.homelinux.o