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-Received: by 2002:a0c:c389:: with SMTP id o9mr12808638qvi.232.1583712658948; Sun, 08 Mar 2020 17:10:58 -0700 (PDT) X-Received: by 2002:a9d:7617:: with SMTP id k23mr10475805otl.329.1583712658576; Sun, 08 Mar 2020 17:10:58 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 8 Mar 2020 17:10:58 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=2601:193:4103:71a0:3c6a:6384:6171:473c; posting-account=1tLBmgoAAAAfy5sC3GUezzrpVNronPA- NNTP-Posting-Host: 2601:193:4103:71a0:3c6a:6384:6171:473c User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Ada development resources for Mac OSX Cocoa applications From: Matt Borchers Injection-Date: Mon, 09 Mar 2020 00:10:58 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:58180 Date: 2020-03-08T17:10:58-07:00 List-Id: Doing a search here for "mac osx cocoa" returns one hit from 1999. Needles= s to say, any "help" in that thread would be woefully out-dated. I am new to a team that needs to port a 32-bit Carbon graphical desktop app= lication written in Ada to its 64-bit Cocoa equivalent. Searching the web = for any kind of Cocoa function library (in the same spirit as .NET) is lead= ing me to very little of use aside from what I find at developer.apple.com.= Apple developers seem to care mostly about iOS/phone development than des= ktop apps. Can anybody direct me to a good set of reference guides, on-lin= e or off-line, that would be helpful to a programmer writing a graphical Ma= c application using non-native (ie. non-Apple) tools. Being old-school, I = would even appreciate the name of a good book. I know that 20 years ago interfacing Ada to Objective-C was a very difficul= t task. I am hopeful that the past 20 years have brought technologies that= have made this easier or even simple. Has anybody written an Ada binding = to AppKit or Foundation with good documentation? Thanks, Matt