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 08:41:32 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeed.gamma.ru!Gamma.RU!kibo.news.demon.net!demon!newspeer1-gui.server.ntli.net!ntli.net!newsfep2-win.server.ntli.net.POSTED!53ab2750!not-for-mail From: "chris.danx" Newsgroups: comp.lang.ada References: <3D2EDA1D.73195BD6@fromwork.org> Subject: Re: Using OpenGL in Ada on Win2k X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: Date: Fri, 12 Jul 2002 16:34:21 +0100 NNTP-Posting-Host: 80.5.140.234 X-Complaints-To: abuse@ntlworld.com X-Trace: newsfep2-win.server.ntli.net 1026488094 80.5.140.234 (Fri, 12 Jul 2002 16:34:54 BST) NNTP-Posting-Date: Fri, 12 Jul 2002 16:34:54 BST Organization: ntl Cablemodem News Service Xref: archiver1.google.com comp.lang.ada:27017 Date: 2002-07-12T16:34:21+01:00 List-Id: "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 >