From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,9192417d428824a0 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news3.google.com!postnews.google.com!v25g2000yqk.googlegroups.com!not-for-mail From: Vadim Godunko Newsgroups: comp.lang.ada Subject: Re: Problem with QTAda 3.0 and QTCore4.dll on Windows Date: Wed, 6 Jan 2010 04:17:59 -0800 (PST) Organization: http://groups.google.com Message-ID: <8ec14209-e505-4873-86b4-294149841777@v25g2000yqk.googlegroups.com> References: <1660bebd-45ca-4568-b92a-380614d94ecc@c34g2000yqn.googlegroups.com> NNTP-Posting-Host: 188.114.4.210 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1262780279 11994 127.0.0.1 (6 Jan 2010 12:17:59 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 6 Jan 2010 12:17:59 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: v25g2000yqk.googlegroups.com; posting-host=188.114.4.210; posting-account=niG3UgoAAAD7iQ3takWjEn_gw6D9X3ww User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.6) Gecko/20091201 SUSE/3.5.6-1.1.1 Firefox/3.5.6,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:8632 Date: 2010-01-06T04:17:59-08:00 List-Id: On Jan 6, 12:04=A0am, Alexis wrote: > > I'm using GNAT GPL 2009 and QTada 3.0. I have installed the QT 4.6.0 > software package for VS2008, I have set the c:\Qt\4.6.0\bin path as > the first path, but it doesn't work with QTAda programs, though all > VS2008 C++ programs work fine. > QtAda can't be used with MSVC for technical reasons. You need to use prebuild Qt for MinGW port of build Qt by hands using GCC 4.4 compiler or G++ compiler from GNAT GPL 2009. You also can use prebuild QtAda 3.1 snapshot for Qt 4.6.0/MinGW.