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,2e0358567c732b6 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-07-12 12:00:48 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!newsfeed.mathworks.com!cyclone.swbell.net!bos-service1.ext.raytheon.com!bos-service2.ext.raytheon.com.POSTED!not-for-mail Message-ID: <3D2F275D.5405FA1D@fromwork.org> From: me X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Using OpenGL in Ada on Win2k References: <3D2EDA1D.73195BD6@fromwork.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Fri, 12 Jul 2002 14:00:45 -0500 NNTP-Posting-Host: 199.46.172.133 X-Complaints-To: news@ext.ray.com X-Trace: bos-service2.ext.raytheon.com 1026500447 199.46.172.133 (Fri, 12 Jul 2002 15:00:47 EDT) NNTP-Posting-Date: Fri, 12 Jul 2002 15:00:47 EDT Organization: Raytheon Company Xref: archiver1.google.com comp.lang.ada:27024 Date: 2002-07-12T14:00:45-05:00 List-Id: I included the WINNT in my "include" path. Let me go back and re-check. Thanks, Bruce "chris.danx" wrote: > "me" wrote in message > news:3D2EDA1D.73195BD6@fromwork.org... > > 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? > > Have you linked in gl32, glu32? These are the windows opengl software mode > drivers located in the windows directory. I think you can also link to hw > accelerated drivers but am not sure how to do so. IIRC glut also needs a > dll to work, which should be available from the same place as the glut > source files (if it didn't include it already). > > > TIA, > > Bruce > >