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-Thread: 103376,c664b94ca589f80f X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!feeder1-2.proxad.net!proxad.net!feeder1-1.proxad.net!club-internet.fr!feedme-small.clubint.net!newsfeed.freenet.de!news.space.net!news.m-online.net!not-for-mail From: Erik Baigar Newsgroups: comp.lang.ada Subject: Re: Free Ada83 compiler for older Solaris/SPARC or IRIX? Date: Wed, 27 Feb 2008 07:55:13 +0100 Organization: (posted via) M-net Telekommunikations GmbH Message-ID: <47C50951.507A6E68@baigar.de> References: <47BC8252.84C89825@baigar.de> NNTP-Posting-Host: ppp-82-135-15-206.dynamic.mnet-online.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: svr7.m-online.net 1204097831 1846 82.135.15.206 (27 Feb 2008 07:37:11 GMT) X-Complaints-To: abuse@m-online.net NNTP-Posting-Date: Wed, 27 Feb 2008 07:37:11 +0000 (UTC) X-Mailer: Mozilla 4.76C-SGI [en] (X11; I; IRIX64 6.5 IP28) X-Accept-Language: en Xref: g2news1.google.com comp.lang.ada:20120 Date: 2008-02-27T07:55:13+01:00 List-Id: "Jeffrey R. Carter" wrote: > No compiler supports plot/draw; that's not part of the language. You need a > graphics library for that. I have not looked into the different possibilities in detail now, but what would be the easiest way if I only want to get a window and draw lines within this window? I.e. the only thing I need is a command like "draw.line(x1, y1, x2, y2);"? X11ada? , Motif/X-Binding?, AdaGTK? Thanks and best regards, Erik.