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.6 required=5.0 tests=BAYES_00,TO_NO_BRKTS_FROM_MSSP autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,afef310bffbf88dc X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-06-07 06:37:42 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.media.kyoto-u.ac.jp!newsfeed.mesh.ad.jp!newsranger.com!www.newsranger.com!not-for-mail Newsgroups: comp.lang.ada From: Ted Dennison References: <3b1f5826$1@news.dbtech.net> Subject: Re: Graphics Message-ID: X-Abuse-Info: When contacting newsranger.com regarding abuse please X-Abuse-Info: forward the entire news article including headers or X-Abuse-Info: else we will not be able to process your request X-Complaints-To: abuse@newsranger.com NNTP-Posting-Date: Thu, 07 Jun 2001 09:36:53 EDT Organization: http://www.newsranger.com Date: Thu, 07 Jun 2001 13:36:53 GMT Xref: archiver1.google.com comp.lang.ada:8315 Date: 2001-06-07T13:36:53+00:00 List-Id: In article <3b1f5826$1@news.dbtech.net>, Aaron Como says... > >How would I implement graphics using Ada? I'm looking >for simple lines/points/colors and maybe a routine to display >BMP's or another file format. Where can I find more information >on this? Generally, by calling the same routines you would in C. However, writing C linkages is not most people's idea of fun, so you may prefer to get one of the prebuilt GUI packages available. Which one depends on exactly what kind of stuff you want to do, and what platform you want to do it on. --- T.E.D. homepage - http://www.telepath.com/dennison/Ted/TED.html home email - mailto:dennison@telepath.com