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-17 05:28:12 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!nntp.cs.ubc.ca!nntp-relay.ihug.net!ihug.co.nz!west.cox.net!cox.net!p01!news2.central.cox.net.POSTED!53ab2750!not-for-mail Message-ID: <3D871F5F.5070200@telepath.com> From: Ted Dennison User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.0) Gecko/20020530 X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Opengl and extension References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 17 Sep 2002 12:26:06 GMT NNTP-Posting-Host: 68.12.51.201 X-Complaints-To: abuse@cox.net X-Trace: news2.central.cox.net 1032265566 68.12.51.201 (Tue, 17 Sep 2002 08:26:06 EDT) NNTP-Posting-Date: Tue, 17 Sep 2002 08:26:06 EDT Organization: Cox Communications Xref: archiver1.google.com comp.lang.ada:29068 Date: 2002-09-17T12:26:06+00:00 List-Id: Stephen Leake wrote: > 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. DLL's are supposed to strive to be backward-compatable, to the extent of fully supporting older interfaces. Perhaps the Ada bindings call into an older interface than the C bindings he is using.