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,bba1d22efb2b9a43 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-09-16 13:07:49 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Opengl and extension Date: 16 Sep 2002 14:01:33 -0400 Organization: NASA Goddard Space Flight Center (skates.gsfc.nasa.gov) Message-ID: References: NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1032199877 15863 128.183.220.71 (16 Sep 2002 18:11:17 GMT) X-Complaints-To: usenet@news.gsfc.nasa.gov NNTP-Posting-Date: 16 Sep 2002 18:11:17 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Xref: archiver1.google.com comp.lang.ada:29046 Date: 2002-09-16T18:11:17+00:00 List-Id: "Eddy Cappeau" writes: > I'm on Win 2K > There is a libopengl32.a in my Gnat/lib directory. > I though it was provided by the gnat. A reasonable assumption :). Hmm. That file does appear in GNAT/lib/win32 in my distribution; I did not look there the first time, since you didn't say you were on Windows. So now I get to ask; what version of GNAT do you have? The latest public version is 3.14p; try upgrading to that. I suspect libopengl32.a is simply a binding to the Win32 OpenGL DLL; I don't see why it would return different results via C. Very odd. -- -- Stephe