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.1 required=5.0 tests=BAYES_00,FREEMAIL_FROM, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,afef310bffbf88dc X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-06-07 13:40:52 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!fu-berlin.de!uni-berlin.de!b0fd7.pppool.DE!not-for-mail From: "Joachim Schr�er" Newsgroups: comp.lang.ada Subject: Re: Graphics Date: Thu, 7 Jun 2001 22:36:09 +0200 Message-ID: <9foosj$5foec$1@ID-76083.news.dfncis.de> References: <3b1f5826$1@news.dbtech.net> NNTP-Posting-Host: b0fd7.pppool.de (213.7.15.215) X-Trace: fu-berlin.de 991946451 5759436 213.7.15.215 (16 [76083]) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Xref: archiver1.google.com comp.lang.ada:8352 Date: 2001-06-07T22:36:09+02:00 List-Id: If you look for e.g. BMP-display on windows you could look into the code on my page www.adapower.com/schroer . In the package opengl.bitmaps in ogl-src.zip you find source for reading and displaying BMPs. You could also look into my mail from the 14-th of may where the download of all files is described (the page is not 100% correctly set up till now). J. Schr�er "Aaron Como" schrieb im Newsbeitrag news:3b1f5826$1@news.dbtech.net... > 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? > Thanks, > Aaron > >