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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,9192417d428824a0,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!c34g2000yqn.googlegroups.com!not-for-mail From: Alexis Newsgroups: comp.lang.ada Subject: Problem with QTAda 3.0 and QTCore4.dll on Windows Date: Tue, 5 Jan 2010 13:04:45 -0800 (PST) Organization: http://groups.google.com Message-ID: <1660bebd-45ca-4568-b92a-380614d94ecc@c34g2000yqn.googlegroups.com> NNTP-Posting-Host: 212.166.197.243 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1262725486 32746 127.0.0.1 (5 Jan 2010 21:04:46 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 5 Jan 2010 21:04:46 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: c34g2000yqn.googlegroups.com; posting-host=212.166.197.243; posting-account=fqT3AgoAAACuynC33fo8vJMqk6Lnw_it User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.38 Safari/532.0,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:8620 Date: 2010-01-05T13:04:45-08:00 List-Id: Hi, I need a bit of help. I'm trying to use QTAda on a Windows 7 with GNAt GPL 2009, but there seems to be a problem linking with QTCore4.dll, I get a message saying: The procedure entry point _Z11qt_assert_xPKcS0_i could not be located in the dynamic link library QtCore4.dll 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. I have then downloaded two binary QTcore4.dll and QTGui4.dll version 4.5.2 I found somewhere in the web and put them in the path instead of QT 4.6.0, then the QTAda programs work. I have then downloaded the source code for QT 4.5.1 and compiled it and put that in the path as I thought that maybe the problem was that QT 4.6.0 was not supported, now the QTAda programs don't work. For some strange reason the QTAda programs I compile work fine with the binary QTcore4.dll ver. 4.5.2, but not with the original 4.6.0 nor my own compiled 4.5.1. Does any of this make sense to you? Many thanks and best regards. Alexis.