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!news4.google.com!news.glorb.com!newsfeed-east.nntpserver.com!nntpserver.com!newsfeed1.sea.pnap.net!newsfeed.pnap.net!brmea-news-1.sun.com!news1nwk.sfbay.sun.com!new-usenet.uk.sun.com!not-for-mail From: Ole-Hjalmar Kristensen Newsgroups: comp.lang.ada Subject: Re: Does Visual ADA exist? Date: 11 Jan 2005 13:33:11 +0100 Organization: Sun Microsystems Message-ID: References: NNTP-Posting-Host: khepri06.norway.sun.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: new-usenet.uk.sun.com 1105446797 808 129.159.112.195 (11 Jan 2005 12:33:17 GMT) X-Complaints-To: usenet@new-usenet.uk.sun.com NNTP-Posting-Date: 11 Jan 2005 12:33:17 GMT User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 Xref: g2news1.google.com comp.lang.ada:7639 Date: 2005-01-11T12:33:17+00:00 List-Id: >>>>> "c" == corlioni1976 writes: c> Hello All, c> I am trying to evaluate the transfer of a program written in ADA that runs c> on an old DOS based computer to a win2000 computer. I need to make the c> program user friendly by giving it a graphical user interface. At the c> moment its just a text interface. I will probably have to rewrite the c> program. Does Visual ADA exist? If not, is there software that can be used c> to convert (cross compile) ADA to C or C++ so I can convert to visual C or c> visual C++? c> Any help/advice would be greatly appreciated. c> Regards c> Naveed Yes, there are bindings to various graphics subsystems. Depends on what capabilities you need, really. There is a binding to OpenGL should you require 3D graphics, and on windows you have Claw (http://www.rrsoftware.com/html/prodinf/claw/claw.htm), which is an interface to the Windows functions, including the GUI functions, and there is GtkAda, a binding to Gtk+, if you want portable graphics. -- C++: The power, elegance and simplicity of a hand grenade.