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.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,341058becac90668 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-01-09 06:50:18 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!aanews.merit.edu!msunews!not-for-mail From: "Chad R. Meiners" Newsgroups: comp.lang.ada Subject: Re: Feedback wanted: Breakout game using SDL Date: Thu, 9 Jan 2003 09:44:33 -0500 Organization: Michigan State University Message-ID: References: Reply-To: "Chad R. Meiners" NNTP-Posting-Host: arctic.cse.msu.edu X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Xref: archiver1.google.com comp.lang.ada:32824 Date: 2003-01-09T09:44:33-05:00 List-Id: "Bobby D. Bryant" wrote in message news:pan.2003.01.09.10.03.19.964916@mail.utexas.edu... > After a brief initial peek I'd like to give you the same suggestion I just > gave David Holm re his OpenGL bindings (see the other thread). Namely, > call your _product_ "AdaSDL", but drop "Ada" from the name of the actual > Ada packages, so that a program will use simply - > > with SDL.Video; > ... > > It's abundantly clear that any Ada package is an Ada package! Good advice, but the thick binding sits on top of the thin binding which is named SDL ;-) Thank you for your interest! :) -CRM