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 X-Google-Thread: 103376,f7991917649b63a4 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-31 14:43:02 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.uchicago.edu!yellow.newsread.com!bad-news.newsread.com!netaxs.com!newsread.com!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: Re: problems making OpenGL with Gnat 3.13p Date: Fri, 31 May 2002 23:45:56 +0200 Organization: T-Online Message-ID: <3CF7EF14.9000905@t-online.de> References: <3CF658C1.3040603@t-online.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: news.t-online.com 1022881228 07 306 ZLqLbyES-YRXO 020531 21:40:28 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:25124 Date: 2002-05-31T23:45:56+02:00 List-Id: Hi, Pascal Obry wrote: > Hans Beck writes: > > >>Are there any GNAT-Win32 examples for OpenGL or direct x on the web ? > > > There is some on my homepages based on GLUT and GLAUX. > > http://perso.wanadoo.fr/pascal.obry/contrib.html > > Pascal. I've got the examples with cube, surface etc from your website. But it's the same problem I could compile but not link using GNAT 3.13p f�r Win32. the missing symbols are: AuxInitDisplayMode AuxInitPosition Res := AuxInitWindow AuxReshapeFunc Auxmainloop How do you get your examples work ? Is there more to do then adding the gl32 glaux and opengl32 libraries to the linker path ? Greetings Hans >