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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c71453a1d79f18ef X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-03-08 21:58:44 PST Path: bga.com!news.sprintlink.net!howland.reston.ans.net!news.moneng.mei.com!uwm.edu!msunews!harbinger.cc.monash.edu.au!aggedor.rmit.EDU.AU!goanna.cs.rmit.edu.au!macdale.cs.rmit.edu.au!dale From: Dale Stanbrough Newsgroups: comp.lang.ada Subject: Re: ada compiler for os/2 Date: 8 Mar 1995 04:45:32 GMT Organization: RMIT, Melbourne, Australia Distribution: world Message-ID: <3jjcpc$7j@goanna.cs.rmit.edu.au> References: <3jj8cqINNoho@edna.cc.swin.edu.au> NNTP-Posting-Host: macdale.cs.rmit.edu.au X-UserAgent: Version 1.1.3 X-XXMessage-ID: X-XXDate: Wed, 8 Mar 95 15:46:33 GMT Date: 1995-03-08T04:45:32+00:00 List-Id: Subject: ada compiler for os/2 From: Paul Shin-Hou Yeoh, 930385@edna.cc.swin.edu.au Date: 8 Mar 1995 03:30:34 GMT In article <3jj8cqINNoho@edna.cc.swin.edu.au> Paul Shin-Hou Yeoh, 930385@edna.cc.swin.edu.au writes: > >Are there any good Ada compilers around for os/2? >if so, do they compile in 32bit? and are they text based or gui based systems? Yes, yes and text. Gnat Ada for OS/2 is one of the supported platforms, and implements all of Ada83, and most of Ada95. It is available for free under the GNU software license, and can be found on Yallara, /public/100/gnat/os2 As well in the directory Yallara, /public/100/gnat/contrib/..something... there are OS/2 bindings (allows you to call OS/2 services). You will still need a book on using OS/2 to know how to use such services. Dale