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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c5f33be467683762,start X-Google-Attributes: gid103376,public From: "Randy Pugh" Subject: OpenGL and ADA Date: 2000/05/08 Message-ID: #1/1 X-Deja-AN: 620664493 X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Complaints-To: newsabuse@supernews.com Organization: Posted via Supernews, http://www.supernews.com X-MSMail-Priority: Normal Reply-To: "Randy Pugh" Newsgroups: comp.lang.ada Date: 2000-05-08T00:00:00+00:00 List-Id: Greetings, I'm designing a graphics intensive map-viewing program using the OpenGL API (including the glut library) and would like to use Ada for it's inherent tasking capability (and inherent stability...). I'm using a Win32 system... Has anyone gotten glut to work with the Gnat compiler? I'm able to get the "packaged" bindings to work (win32 API, Gtk) but not glut. I've downloaded the Ada binding from the Internet, installed it in the \bindings directory and compiled it. When I compile my test file that just "with"s glut, I get errors for every line in the binding's spec file. I moved the glut.dll into the same directory; still no luck. Any suggestions?.... Thanks, Randy Pugh Naval Postgraduate School, Monterey, CA