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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,da6b9181adc7557e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-05 18:29:37 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: aurele.vitali@sympatico.ca (Aurele Vitali) Newsgroups: comp.lang.ada Subject: Re: gnat 3.15 and opengl (WindowsXP) Date: 5 Mar 2003 18:29:36 -0800 Organization: http://groups.google.com/ Message-ID: <5600f988.0303051829.3ee6645e@posting.google.com> References: NNTP-Posting-Host: 216.209.239.25 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1046917777 29062 127.0.0.1 (6 Mar 2003 02:29:37 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 6 Mar 2003 02:29:37 GMT Xref: archiver1.google.com comp.lang.ada:34951 Date: 2003-03-06T02:29:37+00:00 List-Id: "Etienne Baudin" wrote in message news:... > Hello, > > I'd like to know if anyone is using opengl with gnat 3.15 under windows XP. > I first tried to compile with the old binding, but there is a problem at > runtime : the OS requests II.dll (bug ?). > So I got the new binding but I had compiling problem : all the gl references > (I passed to the linker the right path to the static libraries) are > unresolved. Then, I changed the import(C) to Import(Stdcall) (as in the old > binding), and the linking worked. But now, there is still the same > bug/problem : a dialog box asked for the II.dll. > > Does anyone have solution (or a part... ) or should I return to gnat 3.13 ? > > Thanks > Etienne I compiled a couple of windowed and fullscreen OpenGL application prototypes using the older Win32Ada OpenGL bilding and they run just fine under Windows XP. Don't know what this II.dll is all about. Might it be related to your video card??