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=2.1 required=5.0 tests=BAYES_20,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,565be617f9621e51,start X-Google-Attributes: gid103376,public From: chris.warwick@prior.ca (Elgar the Idiot aka Chris Warwick) Subject: Ada front end for the Genamap GIS API Date: 1996/03/27 Message-ID: #1/1 X-Deja-AN: 144466349 sender: nobody@janus.spar.ca organization: PRIOR Data Sciences reply-to: chris.warwick@prior.ca newsgroups: comp.lang.ada Date: 1996-03-27T00:00:00+00:00 List-Id: We are in the process of adding Genamap onto our existing design. The problem is the existing design is to be written in Ada and the Genamap API is provided in C. This means writing an interface to map the C calls into an Ada equivilant. The problem is there appears to be about 5500 external functions within the API, i.e., a lot of work Has anyone tried this?