There isn't anything C++ does which Delphi doesn't.....and the same the other way round.<br>Both languages are built with the same base in mind (eg; compatible data types...).<br>What you would gain is the ability to use a possibly familiar (and cleaner ;) ) language.<br>
<br>libqt4intf is the actual library containing the QT design code. It is "extra" in the sense that it isn't embedded inside the program.<br>Whereas in C++, it is built directly in the executable. However, there are many ways to embed it in the executable as well.<br>
<br>Also, C++ may be more suited to development with QT, since it is what QT is geared to.<br>The QT IDE also generates QT code in C++, which is not available for FPC/Lazarus/Delphi.<br><br><br>Cheers,<br>Christian Sciberras.<br>
<br><br><br><br><br><br><div class="gmail_quote">On Fri, Apr 30, 2010 at 2:05 PM, Nataraj S Narayan <span dir="ltr"><<a href="mailto:natarajsn@gmail.com">natarajsn@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi Den , Anton and friends<br>
<br>
My company develops embedded Apps using Qt4.5.2. The coders  here are<br>
mainly C++ cats , and they are doing a good job of it. I am more on<br>
the kernel and cross compiling side.<br>
<br>
None of the guys have heard about fpc or lazarus. Myself, am  the only<br>
guy using ppcrossarm for  uclibc Arm9  SBCs. That too, on and off ,dur<br>
to my Delphi linage (Left it at Delphi4).<br>
<br>
Some compelling reasons for your quest for qt for FreePascal  despite<br>
the extra payload of libqt4intf.so ?<br>
I am sure , there ought to be some, other than Lazarus IDE.<br>
<br>
 Would you be kind enough to share those?  Something that C++ don't<br>
have that qt4pas can deliver?<br>
<br>
Warm regards<br>
<br>
Nataraj<br>
<br>
_______________________________________________<br>
Qt mailing list<br>
<a href="mailto:Qt@lists.lazarus.freepascal.org">Qt@lists.lazarus.freepascal.org</a><br>
<a href="http://lists.lazarus.freepascal.org/mailman/listinfo/qt" target="_blank">http://lists.lazarus.freepascal.org/mailman/listinfo/qt</a><br>
</blockquote></div><br>