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 Path: g2news2.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed01.chello.at!newsfeed02.chello.at!news.hispeed.ch.POSTED!not-for-mail Message-ID: <7224756.fmVQ5o1St0@linux1.krischik.com> From: Martin Krischik Subject: Re: Porting Ada code to Linux Newsgroups: comp.lang.ada Date: Tue, 31 Oct 2006 19:16:37 +0100 References: <1162304266.131951.152900@e64g2000cwd.googlegroups.com> <1162316294.922457.113520@h48g2000cwc.googlegroups.com> User-Agent: KNode/0.10.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: abuse@hispeed.ch Organization: hispeed.ch NNTP-Posting-Host: 80.218.118.14 (80.218.118.14) NNTP-Posting-Date: Tue, 31 Oct 2006 20:00:06 +0100 X-Trace: 5911c45479d36f57fd3ab25574 Xref: g2news2.google.com comp.lang.ada:7297 Date: 2006-10-31T19:16:37+01:00 List-Id: Howard wrote: > The Ada libs are; > > Win32 > Win32-Utils > Win32-Winbase (pragmas to VCPP winbase.h lib) > Win32-Windef > Win32-Winnt > > Stdarg > Stdarg-Impl > Stdarg-Inst > Stdarg-Machine 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. Martin -- mailto://krischik@users.sourceforge.net Ada programming at: http://ada.krischik.com