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,1e450aa85a8250f1 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-18 04:20:31 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!194.213.69.151!news.algonet.se!newsfeed1.telenordia.se!algonet!newsfeed.sunet.se!news01.sunet.se!news.chalmers.se!PLUTO. From: Michael Andersson Newsgroups: comp.lang.ada Subject: Re: glVertexPointer and GNAT for Win32 Date: Thu, 18 Oct 2001 13:20:05 +0200 Organization: Hogskolan i Skovde Message-ID: <3BCEBAE5.FF1B5931@ida.his.se> References: <3BCDFFE2.5FBB0191@ida.his.se> NNTP-Posting-Host: pluto.his.se Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: nyheter.chalmers.se 1003404008 14719 193.10.178.51 (18 Oct 2001 11:20:08 GMT) X-Complaints-To: abuse@chalmers.se NNTP-Posting-Date: 18 Oct 2001 11:20:08 GMT X-Mailer: Mozilla 4.77 [en] (X11; U; SunOS 5.7 sun4u) X-Accept-Language: en X-Original-NNTP-Posting-Host: atle.ida.his.se X-Original-Trace: 18 Oct 2001 13:15:49 +0200, atle.ida.his.se Xref: archiver1.google.com comp.lang.ada:14873 Date: 2001-10-18T11:20:08+00:00 List-Id: Pascal Obry wrote: > > Michael Andersson writes: > > > Hi! > > Could somebody please tell me if glVertexPointer and glNormalPointer is > > supported in GNAT for Win32? > > No GNAT does not support OpenGL nor any other Ada compiler. This is a binding > problem. You should tell us what binding you are using. > > Pascal. > > -- > > --|------------------------------------------------------ > --| Pascal Obry Team-Ada Member > --| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE > --|------------------------------------------------------ > --| http://perso.wanadoo.fr/pascal.obry > --| > --| "The best way to travel is by means of imagination" Hi! I use GTKAda binding to create the GUI but the GL_H.ads file referese to the win32-gl.ads file that comes with GNAT. /Michael