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,34191e2c05ab90f1 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!g49g2000cwa.googlegroups.com!not-for-mail From: "Ludovic Brenta" Newsgroups: comp.lang.ada Subject: Re: ada & gui Date: 29 Jul 2005 07:20:06 -0700 Organization: http://groups.google.com Message-ID: <1122646806.754584.322180@g49g2000cwa.googlegroups.com> References: <1122643655.387890.29990@g44g2000cwa.googlegroups.com> NNTP-Posting-Host: 212.190.145.10 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1122646812 23841 127.0.0.1 (29 Jul 2005 14:20:12 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 29 Jul 2005 14:20:12 +0000 (UTC) In-Reply-To: User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: g49g2000cwa.googlegroups.com; posting-host=212.190.145.10; posting-account=ZjNXewwAAADyBPkwI57_UcX8yKfXWOss Xref: g2news1.google.com comp.lang.ada:3847 Date: 2005-07-29T07:20:06-07:00 List-Id: Szimon Guy wrote: > yea, that's true, but I still need some kind of a rad tool > integrated with debugger and some other things. Now I write programs > in delphi and I'd like to have this kind of ide for ada and > unfortunatelly there isn't any. I want to fast write applications > with windows style gui and use database for that. I need also a > library for manipulating images. I'd like to use ada for that but > won't it complicate my work too much ? For the database, GNADE is good, or try APQ [1]. For the portable GUI, GtkAda has an interface to GLADE, the GUI builder; and I hear that RAPID[2] can also generate Ada code for GtkAda or TASH. Unfortunately, RAPID has not been packaged for Debian; but it uses TASH, which has. [1] http://home.cogeco.ca/~ve3wwg/software.html [2] ftp://ftp.usafa.af.mil/pub/dfcs/carlisle/usafa/rapid/index.html -- Ludovic Brenta.