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,eda584a55fd880c8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-09 10:26:12 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!colt.net!newspeer.clara.net!news.clara.net!btnet-peer!btnet-peer0!btnet!news5-gui.server.ntli.net!ntli.net!news2-win.server.ntlworld.com.POSTED!not-for-mail From: "chris.danx" Newsgroups: comp.lang.ada References: <3bc314b2$1@news.swissonline.ch> Subject: Re: Free Online Game project in Ada MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit 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: <6mGw7.6199$qP.579380@news2-win.server.ntlworld.com> Date: Tue, 9 Oct 2001 18:21:18 +0100 NNTP-Posting-Host: 62.252.136.27 X-Complaints-To: abuse@ntlworld.com X-Trace: news2-win.server.ntlworld.com 1002648066 62.252.136.27 (Tue, 09 Oct 2001 18:21:06 BST) NNTP-Posting-Date: Tue, 09 Oct 2001 18:21:06 BST Organization: ntlworld News Service Xref: archiver1.google.com comp.lang.ada:14060 Date: 2001-10-09T18:21:18+01:00 List-Id: "Francisco Javier Loma Daza" wrote in message news:mailman.1002644112.11231.comp.lang.ada@ada.eu.org... > > > On Tue, 9 Oct 2001, Christophe wrote: > > Date: Tue, 9 Oct 2001 17:15:55 +0200 > > To: comp.lang.ada@ada.eu.org > > From: "Christophe" > > Reply-To: comp.lang.ada@ada.eu.org > > Sender: comp.lang.ada-admin@ada.eu.org > > Subject: Free Online Game project in Ada > > > > Hello, > > > > I've an idea of a onilne game project in Ada. The game would be a > > strategic > > game (like mankind), I think about creating a game under the GPLlicense. > > The > > game could use MySQL as Database and OpenGL for graphic (library exsit in > > ADA). > > Yes, it exists, but there is not a standard. In GtkAda there are two > possibilities depending if your system is Win32 or Unix. Why ??? There is a binding that's supposed to come with GLUT, but last time I downloaded GLUT gl.ads and glu.ads were missing and I had to scout around for them (If you choose to use them or want to look at them, but can't find them you can email me and I'll send them to you). Again, how do you use it? Can you just add pragma linker_options ("gl32.dll") on windows? Chris