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,59d666bca086a225,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!proxad.net!newsfeed.stueberl.de!news.germany.com!news.nask.pl!news.nask.org.pl!newsfeed.atman.pl!not-for-mail From: sg Newsgroups: comp.lang.ada Subject: Ada & MacOS Date: Thu, 02 Feb 2006 11:53:54 +0100 Organization: ATMAN Message-ID: NNTP-Posting-Host: staticline10706.toya.net.pl Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Trace: node1.news.atman.pl 1138877640 56907 85.89.162.199 (2 Feb 2006 10:54:00 GMT) X-Complaints-To: abuse@atman.pl NNTP-Posting-Date: Thu, 2 Feb 2006 10:54:00 +0000 (UTC) User-Agent: Thunderbird 1.5 (Windows/20051201) Xref: g2news1.google.com comp.lang.ada:2747 Date: 2006-02-02T11:53:54+01:00 List-Id: Hi, I'm going to develop a small (later it will be bigger as further modules come up) application for small business. It is going to work under windows, linux and macos having very similar GUI and using common database (it will be PostgreSQL). I wanted to use C++/wxWindows/PostgreSQL for that but I'd rather go in the Ada direction, so I've got some questions: 1. Is it possible to such a program in Ada with as less work as possible while creating GUT for another OS ? I wanted to develop it under windows, and then try to run it under MacOS without too much work, I want to avoid the situation when I have to create another another GUI from the beginning. 2. Is there any compiler for Ada under MacOS that is compatible with a compiler for Linux and Windows. 3. Does anybody have any experience with using PostgreSQL with Ada on all of theese systems (or maybe choose another database) ? 4. How about prining with gtkAda ? regards Szymon Guz