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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f2cd66a22cddc54c,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-08-13 16:23:10 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!wn13feed!wn11feed!wn14feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!rwcrnsc53.POSTED!not-for-mail From: Freejack Subject: FLTK and Ada? Newsgroups: comp.lang.ada Message-ID: User-Agent: Pan/0.11.4 (Unix) Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Comment-To: ALL NNTP-Posting-Host: 12.245.85.50 X-Complaints-To: abuse@comcast.net X-Trace: rwcrnsc53 1060816989 12.245.85.50 (Wed, 13 Aug 2003 23:23:09 GMT) NNTP-Posting-Date: Wed, 13 Aug 2003 23:23:09 GMT Organization: Comcast Online Date: Wed, 13 Aug 2003 23:23:09 GMT Xref: archiver1.google.com comp.lang.ada:41416 Date: 2003-08-13T23:23:09+00:00 List-Id: I've been looking around for a nifty little GUI toolkit for use in my little project here. I've looked at GTKAda and QT, TASH, yadda yadda yadda. I've since come across FLTK(Fast Light Toolkit). It's quite stable, makes really tiny executables, and actually looks halfway decent. However, it is written in C++. If there is a good way to write C++, I imagine this would be it. Has anyone here played with FLTK? Any opinions on it? Run into any problems importing/exporting functions? It is designed to be statically linked. Yet the resulting binaries(the ones that I've seen) rarely exceed 300-400kb. I've seen nice GUIs in FLTK come in under 20kb. Any suggestions? Perhaps a binding would be in order? (Oh, my minding to Berkely DB is really starting to flesh out now.) Freejack