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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f7991917649b63a4,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-30 09:49:02 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!212.74.64.35!colt.net!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail From: Hans Beck Newsgroups: comp.lang.ada Subject: problems making OpenGL with Gnat 3.13p Date: Thu, 30 May 2002 18:52:17 +0200 Organization: T-Online Message-ID: <3CF658C1.3040603@t-online.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.t-online.com 1022777228 02 4398 ZyQLbuESS0AAqx 020530 16:47:08 X-Complaints-To: abuse@t-online.com X-Sender: 07203922280-0001@t-dialin.net User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.9) Gecko/20020311 X-Accept-Language: en-us, en Xref: archiver1.google.com comp.lang.ada:25012 Date: 2002-05-30T18:52:17+02:00 List-Id: Hi, I use the GNAT Win32 distribution 3.13p and I would build Opengl programs. I've used the OpenGL examples comming with Object Ada standard edition from Aonix . I added the libraries libgl32.a, libglux.a and libopengl32.a as described, but it seems there is a problem with libglux.a Constants will be taken from it, but all functions / procedures are not found by the linker. Is it possible that libglux.a has a problem ? (the other libs are processed correct...) Are there any GNAT-Win32 examples for OpenGL or direct x on the web ? Thanks for help ! Hans