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,e0d119d6e538904b X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!proxad.net!213.200.89.82.MISMATCH!tiscali!newsfeed1.ip.tiscali.net!border2.nntp.ams.giganews.com!nntp.giganews.com!news-in.ntli.net!newsrout1-win.ntli.net!ntli.net!peer-uk.news.demon.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: "Luke A. Guest" Newsgroups: comp.lang.ada Subject: Re: Gnat 3.41 and Adabindx? Date: Sun, 05 Dec 2004 15:02:31 +0000 Message-ID: References: NNTP-Posting-Host: abyss2.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.demon.co.uk 1102258952 4644 62.49.62.197 (5 Dec 2004 15:02:32 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Sun, 5 Dec 2004 15:02:32 +0000 (UTC) User-Agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.) Xref: g2news1.google.com comp.lang.ada:6774 Date: 2004-12-05T15:02:31+00:00 List-Id: On Sun, 05 Dec 2004 09:44:09 +0000, Freejack wrote: > I'm using the Gentoo Gnat 3.41 package and was wondering if anyone has > patched Adabindx to work with it. If not, I'll grok the sources and try to > put together a decent patch. Haven't tried it...yet. > I know there are bindings to Gtk and such. I'll use those later. Right now > I'm interested in OpenMotif and straight X/Xlib/Xt hacking. > > On a side note, has anyone done any straight framebuffer hacking using > Ada? I've been using C, but I wanna try it with Ada. Using the Linux FB > drivers right now. Should be an interesting experiment with Ada's > representation clauses as far as pixel pushing, shading, and such. > Shouldn't be too difficult to get started as the Vesa/VBE standards are > pretty well documented. Try creating your own bindings for it, it's not that difficult to do. Luke.