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,64a6ad02ec510120 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-11-01 09:40:36 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!wn11feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!rwcrnsc53.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: Interfacing to C library... References: X-Newsreader: Tom's custom newsreader Message-ID: NNTP-Posting-Host: 12.234.13.56 X-Complaints-To: abuse@attbi.com X-Trace: rwcrnsc53 1036172435 12.234.13.56 (Fri, 01 Nov 2002 17:40:35 GMT) NNTP-Posting-Date: Fri, 01 Nov 2002 17:40:35 GMT Organization: AT&T Broadband Date: Fri, 01 Nov 2002 17:40:36 GMT Xref: archiver1.google.com comp.lang.ada:30294 Date: 2002-11-01T17:40:36+00:00 List-Id: > > I'm working on building an interface to a C library where most of the The Windows bindings available at www.adapower.com do a lot of this. > Then write another package that is "thicker", and takes advantage > of Ada features like exceptions. For an example of a thick binding, may I modestly suggest you look at the source code for Claw available at www.adapower.com The TriAda paper available at www.rrsoftware.com/html/prodinf/triadapaper/triada.html has a discussion of some the decisions to be made for a thick, Ada-style, binding. Also, IEEE Std 1003.5-1992, on the Ada binding to POSIX, also discusses many of these issues.