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 X-Google-Thread: 103376,2e0358567c732b6 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-07-25 00:16:01 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsmi-us.news.garr.it!newsmi-eu.news.garr.it!NewsITBone-GARR!fu-berlin.de!uni-berlin.de!53.122.46.165!not-for-mail From: Joachim =?ISO-8859-1?Q?Schr=F6er?= Newsgroups: comp.lang.ada Subject: Re: Using OpenGL in Ada on Win2k Date: Thu, 25 Jul 2002 09:16:05 +0200 Message-ID: <3D3FA5B5.3020408@dornier.eads.net> References: <3D2EDA1D.73195BD6@fromwork.org> NNTP-Posting-Host: 53.122.46.165 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: fu-berlin.de 1027581358 32086043 53.122.46.165 (16 [76083]) User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.6) Gecko/20011120 X-Accept-Language: en-us Xref: archiver1.google.com comp.lang.ada:27393 Date: 2002-07-25T09:16:05+02:00 List-Id: me wrote: > I am trying to setup my computer so that Ada can invoke OpenGL. Setting > up Ada to do > OpenGL is so new to me that I am not even sure what to ask. > > I downloaded the GL, GLU, GLUT, and MUI files but I am either missing > other files > or I am missing an INCLUDE directory in my building process. What am I > overlooking? > > The gnatlink command is saying that the glut.adb has undefined > references to several > glut routines like GlutCreateWindow, GlutSetWindowTitle, etc. > > Suggestions? > > TIA, > Bruce > > For OpenGL programming you may also have a look at www.adapower.com/schroer There a complete Ada95 framework above OpenGL for Win32 is contained. If you have problems downloading stuff you may contact me. Meanwhile I have a more portable GLUT-implementation of the program. The docu. is not yet ready but you may have the sources. please reply to joachim.schroeer@web.de J. Schr�er