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,d9b3c3805447df X-Google-Attributes: gid103376,public From: Mike Fair Subject: Re: Interfaces.C Date: 1996/08/14 Message-ID: <32121789.41C67EA6@stdntpop.lmu.edu>#1/1 X-Deja-AN: 174187091 references: to: David Krovich content-type: text/plain; charset=us-ascii organization: Loyla Marymount University mime-version: 1.0 newsgroups: comp.lang.ada x-mailer: Mozilla 2.02 (X11; I; SunOS 4.1.4 sun4c) Date: 1996-08-14T00:00:00+00:00 List-Id: David Krovich wrote: > > > I'm looking for source code examples for using the interfaces.C > package. Any pointers would be appreciated. > I have done several thin bindings to C code in Ada95 I have one for the GRX graphics library and just starting working on a Berkley Sockets binding. The GRX binding was actually approaching a fairly robust thick binding. My sockets binding currently will support Socket() listen() bind() accpet() send() recv() I have only tested small programs with it but so far it works very well. It currently has package Sockets and package Sockets.Internet I would be more than happy to provide the source to you. If anyone else has already done a Sockets Ada binding please drop me a line, I do not know much about it I am just learning as I go. -- Mike --