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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d1533431e7e9d2eb X-Google-Attributes: gid103376,public From: tmoran@bix.com Subject: Re: Nontrivial examples of C interface with Ada Date: 2000/05/24 Message-ID: #1/1 X-Deja-AN: 626602671 References: <9ckmisoo8k0dh1gcajhdgqtqjqc3bjmb25@4ax.com> X-Complaints-To: abuse@pacbell.net X-Trace: news.pacbell.net 959149527 206.170.24.8 (Tue, 23 May 2000 23:25:27 PDT) Organization: SBC Internet Services NNTP-Posting-Date: Tue, 23 May 2000 23:25:27 PDT Newsgroups: comp.lang.ada Date: 2000-05-24T00:00:00+00:00 List-Id: >Is there an example of a well-done, nontrivial interface to a C >library readily available on the web? The downloadable version of Claw at www.rrsoftware.com has Ada style routines interfacing to about 500 C functions from the MS Windows API. That should give a reasonable coverage of at least the kinds of C things MS does. Having developed some of it, I certainly believe it's "well-done" ;)