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.1 required=5.0 tests=BAYES_00,FREEMAIL_FROM, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,bba1d22efb2b9a43 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-09-16 08:15:04 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!logbridge.uoregon.edu!fr.usenet-edu.net!usenet-edu.net!oleane.net!oleane!nnrp.oleane.net!not-for-mail From: "Eddy Cappeau" Newsgroups: comp.lang.ada Subject: Re: Opengl and extension Date: Mon, 16 Sep 2002 17:13:53 +0200 Organization: Guest of France Telecom Oleane's newsreading service Message-ID: References: NNTP-Posting-Host: 217.167.42.235 X-Trace: s1.read.news.oleane.net 1032189105 27666 217.167.42.235 (16 Sep 2002 15:11:45 GMT) X-Complaints-To: abuse@oleane.net NNTP-Posting-Date: Mon, 16 Sep 2002 15:11:45 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Xref: archiver1.google.com comp.lang.ada:29030 Date: 2002-09-16T17:13:53+02:00 List-Id: I'm on Win 2K There is a libopengl32.a in my Gnat/lib directory. I though it was provided by the gnat. "Stephen Leake" a �crit dans le message news: uwupmate3.fsf@gsfc.nasa.gov... > "Eddy Cappeau" writes: > > > Hi > > > > I've tried to use multitexture extension of opengl with gnat, > > but this extension isn't in the list returned by glGetString. > > > > However, with the same program in C, compiled with VC++, > > the extensions si present. > > > > Are the gnat library too old ? If it's so, where can I find a newer one ? > > The GNAT distribution does not include an OpenGL library. So you must > have gotten the OpenGL library somewhere else. > > What OS are you on? > > -- > -- Stephe