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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,ab0f43f65938894d X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!postnews.google.com!34g2000hsf.googlegroups.com!not-for-mail From: Vadim Godunko Newsgroups: comp.lang.ada Subject: Re: Writing a Windows/Mac app in Ada Date: Sat, 10 May 2008 23:09:27 -0700 (PDT) Organization: http://groups.google.com Message-ID: <5b5c94db-ef2e-44c5-9dad-e18ac22e0edc@34g2000hsf.googlegroups.com> References: <53e1de28-eeb4-431e-b27f-09b90fe6c74e@25g2000hsx.googlegroups.com> NNTP-Posting-Host: 87.117.61.198 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1210486167 9872 127.0.0.1 (11 May 2008 06:09:27 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 11 May 2008 06:09:27 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 34g2000hsf.googlegroups.com; posting-host=87.117.61.198; posting-account=niG3UgoAAAD7iQ3takWjEn_gw6D9X3ww User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070601 SeaMonkey/1.1.2,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:37 Date: 2008-05-10T23:09:27-07:00 List-Id: On May 10, 10:34 pm, Mike Silva wrote: > I have a commercial application I have prototyped in C++ on Windows, > and I am very tempted to write it fresh (as per Fred Brooks) in Ada at > the same time I am extending it to Mac (OS X). But I can only justify > this if the obstacles will be at a minium, whatever that might mean in > practice. This will be a business-flavored app with no multimedia but > with typical screen controls and lots of printing (with associated > WYSIWYG on the screen). So my questions are, what libraries/ > frameworks would allow me to share the most code between Windows and > Mac versions, and be easiest to pick up. > You may use QtAda for GUI development. QtAda application doesn't needs to have any platform specific code and works on Mac OS X, Windows and most UNIX (including Linux). See: http://www.qtada.com/