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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a50a3c40267219cc X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-15 15:15:00 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: cyberlync@yahoo.com (Eric Merritt) Newsgroups: comp.lang.ada Subject: Re: Why not combine Ada and C++? Date: 15 Oct 2001 15:15:00 -0700 Organization: http://groups.google.com/ Message-ID: <19130ae.0110151414.4646d31f@posting.google.com> References: <3105e154.0110150021.32ff5426@posting.google.com> <01c155a0$7dd31b80$1b7af2c3@akzvbymr> NNTP-Posting-Host: 4.18.166.227 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1003184100 23712 127.0.0.1 (15 Oct 2001 22:15:00 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 15 Oct 2001 22:15:00 GMT Xref: archiver1.google.com comp.lang.ada:14611 Date: 2001-10-15T22:15:00+00:00 List-Id: wrote in message news:<01c155a0$7dd31b80$1b7af2c3@akzvbymr>... > In my opinion, the drama of Ada is that it was not able to get > out of the DoD or Air traffic control applications > > The reason seems that there were no Ada libraries > for stuff like GUI and ODBC and that to make a simple > software you had to code by yourself a lot of stuff > unlike VB , Java, or C++ where you have huge libraries to > capitalize on. > > FF Please feel free to check out GNADE. GNADE is an odbc based library for ada, a pretty good one too I might add. As for native gui, you are right. There probably needs to be a native gui toolkit for ada. In the interim we do have gtkAda that is not bad at all. Eric