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,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,da6b9181adc7557e,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-05 08:16:30 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!nntp.theplanet.net!inewsm1.nntp.theplanet.net!195.40.4.120.MISMATCH!easynet-quince!easynet.net!mephistopheles.news.clara.net!news.clara.net!proxad.net!wanadoo.fr!not-for-mail From: "Etienne Baudin" Newsgroups: comp.lang.ada Subject: gnat 3.15 and opengl (WindowsXP) Date: Wed, 5 Mar 2003 17:16:47 +0100 Organization: Wanadoo, l'internet avec France Telecom Message-ID: NNTP-Posting-Host: atoulouse-105-1-24-115.abo.wanadoo.fr X-Trace: news-reader10.wanadoo.fr 1046880989 7842 81.50.17.115 (5 Mar 2003 16:16:29 GMT) X-Complaints-To: abuse@wanadoo.fr NNTP-Posting-Date: 5 Mar 2003 16:16:29 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Xref: archiver1.google.com comp.lang.ada:34915 Date: 2003-03-05T16:16:29+00:00 List-Id: 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