From: Vadim G. <vgo...@ro...> - 2007-12-18 12:35:08
|
John Stoneham wrote: > > So something is still not right in the installation. Perhaps the version of Qt which I installed (4.3.3) is incompatible with the version which was used to build the QtAda Windows binary package? The documentation doesn't say, except that Qt 4.3.2 or greater is required. Would this difference (between 4.3.2 used for QtAda and 4.3.3 being the version of Qt installed) cause that error when trying to run the compiled program? You are right. We don't check QtAda binary with Qt 4.3.3 for now. :-( The future 1.0.1 binary release will support Qt 4.3.3. > And why would it generate an error during compilation if that's the case? > Version check is an internal Qt machinery. I don't known any way for check this at the compilation time. > Also it's not clear from the documentation which files (e.g. DLLs) are needed to redistribute a program compiled with QtAda. And by this I mean which files are needed to run the program, not which ones are required by the license. > You need include MinGW, Qt, GCC and GNAT RTL and QtAda DLLs. MinGW (distribution unlimited): * MINGWM10.DLL Qt (QPL/GPL for Open Source Edition): * QtCore4.DLL * QtGui4.DLL * (possible others if you use others QtAda modules) GCC and GNAT RTL (GPL for GNAT GPL Edition): * libgcc_s.dll * libgnat-2007.dll * possible libgnarl-2007.dll QtAda (GPL for QtAda GPL Edition) * libqt4ada-core-0.dll * libqt4ada-gui-0.dll |