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,FREEMAIL_FROM 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!news2.google.com!news.germany.com!news.belwue.de!rz.uni-karlsruhe.de!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail From: Michael Bode Newsgroups: comp.lang.ada Subject: Re: Porting Ada code to Linux Date: Tue, 31 Oct 2006 21:26:33 +0100 Organization: 1&1 Internet AG Message-ID: References: <1162304266.131951.152900@e64g2000cwd.googlegroups.com> <1162316294.922457.113520@h48g2000cwc.googlegroups.com> NNTP-Posting-Host: p54af230b.dip0.t-ipconnect.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: online.de 1162326393 20710 84.175.35.11 (31 Oct 2006 20:26:33 GMT) X-Complaints-To: abuse@einsundeins.com NNTP-Posting-Date: Tue, 31 Oct 2006 20:26:33 +0000 (UTC) X-message-flag: IMPORTANT MESSAGE -- PLEASE READ IMMEDIATELY!!! X-Accepted-File-Formats: ASCII, .rtf, .ps, .pdf - *NO* MS Office files User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) Xref: g2news2.google.com comp.lang.ada:7303 Date: 2006-10-31T21:26:33+01:00 List-Id: "Howard" writes: > Win32 > Win32-Utils > Win32-Winbase (pragmas to VCPP winbase.h lib) > Win32-Windef > Win32-Winnt > > Stdarg > Stdarg-Impl > Stdarg-Inst > Stdarg-Machine > > These are all Ada packages, and these name represent specs, and bodies, > so named. > > So, we are going to have to compile the Ada code, then link it with the > new C++ code. We are using the Gnu-G++ compiler linker, and we will > need to be able to link in the Ada object files with our C++ files. We > have to find a way to replace, or port, the mentioned Ada libs. > > The "Winbase" dependancy on the Visual C++ files is problematic, at > best... > > So, again, any insight that can be provided would be greatly > appreciated. You can write me directly at > > Howard.Parrish@cisf.af.mil > -- Michael Bode