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,7972cb596f5c5a22 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Date: Tue, 31 Oct 2006 21:29:06 +0100 From: Gautier User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Porting Ada code to Linux References: <1162304266.131951.152900@e64g2000cwd.googlegroups.com> <1162316294.922457.113520@h48g2000cwc.googlegroups.com> <7224756.fmVQ5o1St0@linux1.krischik.com> In-Reply-To: <7224756.fmVQ5o1St0@linux1.krischik.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 83.77.187.107 X-Original-NNTP-Posting-Host: 83.77.187.107 Message-ID: <4547b235$1_7@news.bluewin.ch> X-Trace: news.bluewin.ch 1162326581 83.77.187.107 (31 Oct 2006 21:29:41 +0100) Organization: Bluewin AG Complaints-To: abuse@bluewin.ch X-Original-NNTP-Posting-Host: 127.0.0.1 Path: g2news2.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!wns13feed!worldnet.att.net!164.128.36.58!news.ip-plus.net!newsfeed.ip-plus.net!news.bluewin.ch!not-for-mail Xref: g2news2.google.com comp.lang.ada:7304 Date: 2006-10-31T21:29:06+01:00 List-Id: Martin: > They are not Ada libraries but Ada bindings. And the real problem you are > going to have is to find a replacement for the Libraries those binding are > binding to. > > i.E. For Win32* you will need a Linux replacement for "win32.dll". > > I like to point out that you would have the same problem if the code was > written in C (so it would be unfair to say "damm you Ada") in which case > you would look for a replacement of "windows.h" and it's friend. It's low > level operating system access and it just isn't there in Linux. > > The bad news is: You need to replace it all with low level Linux access. And also to be mentioned, the good news are: most of the code (the parts not bound to Win32) will be very easy to port, and that is because it is in Ada... ______________________________________________________________ Gautier -- http://www.mysunrise.ch/users/gdm/index.htm Ada programming -- http://www.mysunrise.ch/users/gdm/gsoft.htm NB: For a direct answer, e-mail address on the Web site!