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.5 required=5.0 tests=BAYES_00,FREEMAIL_FROM, PP_MIME_FAKE_ASCII_TEXT,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 Path: g2news1.google.com!news2.google.com!proxad.net!news.tele.dk!news.tele.dk!small.news.tele.dk!lnewsoutpeer00.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:08:46 -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:7643 Date: 2005-01-11T14:09:32+00:00 List-Id: "Marius Amado Alves" wrote in message news:mailman.42.1105447548.527.comp.lang.ada@ada-france.org... > > 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? If not, is there software that can be used > > to convert (cross compile) ADA to C or C++ so I can convert to visual C or > > visual C++? > > You should take the chance to do it all in Ada using one the many > excelent Ada GUI libraries available. If nothing fancy use JEWL. > > But... if you really want to use a C GUI library then I would recomend a > bilingual construction. You already have the business logic in Ada. > Leave it there. Don't "rewrite" it: just make a wrapper around it that > exports it to C. Then make you gadgets in C connecting to the business > logic thru this wrapper. > Hi Marius, Thanks for your reply. Do you know of any good ada compilers out there that I could use. I am a beginner (last C programming was done 4 years ago and VHDL 5 months ago) when it comes to ada. I don't really want to learn ada and relearn C again. If I can save time by just learning some ada and transport the code that way and add a GUI to it I think that will save me alot of time in the long run. I dont mind paying for the compiler if what I get is good (the company will pay), but it still needs to be relatively cheap (<�500 GB). Can you recommend any? Thanks Naveed