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,b5c306f6061d058b X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.maxwell.syr.edu!border1.nntp.dca.giganews.com!nntp.giganews.com!local1.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Thu, 13 Jan 2005 14:35:14 -0600 From: David Botton Newsgroups: comp.lang.ada Date: Thu, 13 Jan 2005 15:35:14 -0500 Message-ID: <2005011315351416807%david@bottoncom> References: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: Does Visual ADA exist? User-Agent: Unison/1.5.2 NNTP-Posting-Host: 66.176.74.83 X-Trace: sv3-jVnwhv33FjEESCwz/j4V5LFuIDZl4RbdJlkBoMlFxwB4vrUy+JiTBCTy4ujH30+rdR3gemhvT3yLdFE!YQJldIlr024rEb0wnsXVSSNeHyy4mJ5rzvpK6x5WLHf5vVSQFR4IcnO/KrxN0A== X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.22 Xref: g2news1.google.com comp.lang.ada:7735 Date: 2005-01-13T15:35:14-05:00 List-Id: On 2005-01-11 06:28:29 -0500, "corlioni1976" said: > Hello All, > > I am trying to evaluate the transfer of a program written in ADA that runs > on an old DOS based computer to a win2000 computer. I need to make the > program user friendly by giving it a graphical user interface. At the > moment its just a text interface. I will probably have to rewrite the > program. Does Visual ADA exist? See http://www.gnavi.org for a Delphi like environment in progress and it framework that is complete for Win32 and in progress for Linux and Mac http://www.gnavi.org/gwindows CLAW is available for Win32 See www.adapower.com for links, etc. GtkAda and Tash are available for cross platform / Linux development. All the above can be used with GNAT. ObjectAda has a Visual Ada like environment as well and a GUI builder. GNAT and ObjectAda can both compile to C and C++ if needed as well. David Botton