Post a Comment
This could be very useful for us in the future. Also, some more teasers about future Qt features are mentioned on Aaron's blog: http://aseigo.blogspot.com/2007/10/qt-roadmap.html
Qt is simply amazing. If you're developing C++ apps there is nothing that comes even remotely close.
I've been programming C++ for years, and when I started using Qt a few months ago, it totally changed my views on programming. My hat's off to Trolltech for supporting both commercial and OSS.
BTW, 4.3.2 just came out the other day. With this version they released the restriction to MingW32 compilers for OSS projects on Windows!
Does anyone knows of good Common Lisp bindings for Qt?
I have XDA Pro, and I've got only OpenLisp, and some old port of GCL running on it. They both have a problem with the way the console window is made (it clears once it goes down). I was thinking trying to get CLISP or ECL (might be easier) running on it, but couldn't find any suitable library for the console window, graphics, etc.
Qt might be a good bet.
I've downloaded the preliminary commercial version.
I've installed it in D:QTCE
I have MSVC2005 installed with SP1 and having paths to CL (LIB and INCLUDE environment variables are set-up).
I've started configure.exe, it finished okay,
then started nmake and it failed, missing probably for the ZLIB library (looking at the names)
qxml.cpp
Generating Code...
link /NOLOGO /INCREMENTAL:NO /SUBSYSTEM:CONSOLE /MANIFESTFILE:"tmpobjrelease_sharedrcc.intermediate.manifest" /OUT:......binrcc.exe @C:WINDOWSTEMPnm103.tmp
qbytearray.obj : error LNK2019: unresolved external symbol _compress2 referenced in function "class QByteArray __cdecl qCompress(unsigned char const *,int,int)" (?qCompress@@YA?AVQByteArray@@PBEHH@Z)
qbytearray.obj : error LNK2019: unresolved external symbol _uncompress referenced in function "class QByteArray __cdecl qUncompress(unsigned char const *,int)" (?qUncompress@@YA?AVQByteArray@@PBEH@Z)
......binrcc.exe : fatal error LNK1120: 2 unresolved externals
NMAKE : fatal error U1077: 'D:vs2005VCBINlink.EXE' : return code '0x460'
Stop.
NMAKE : fatal error U1077: 'D:vs2005VCBINnmake.exe' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.



