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=-0.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, REPLYTO_WITHOUT_TO_CC autolearn=no 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!news2.google.com!proxad.net!news.tele.dk!news.tele.dk!small.news.tele.dk!lnewsoutpeer01.lnd.ops.eu.uu.net!lnewsinpeer00.lnd.ops.eu.uu.net!emea.uu.net!news!not-for-mail From: "corlioni1976" Newsgroups: comp.lang.ada Subject: Re: Does Visual ADA exist? Date: Tue, 11 Jan 2005 14:01:15 -0000 Organization: Thales Message-ID: References: Reply-To: "corlioni1976" NNTP-Posting-Host: 2klc9057.int.rdel.co.uk X-Trace: rdel.co.uk 1105452572 28318 172.21.188.16 (11 Jan 2005 14:09:32 GMT) X-Complaints-To: postmaster@uk.thalesgroup.com NNTP-Posting-Date: 11 Jan 2005 14:09:32 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Xref: g2news1.google.com comp.lang.ada:7642 Date: 2005-01-11T14:09:32+00:00 List-Id: "Ole-Hjalmar Kristensen" wrote in message news:wvbrpt0ckuwo.fsf@sun.com... > >>>>> "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. Hi, Thanks for your reply. I will visit the website and take a look at what they offer. Naveed