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,10dba3294c1a2195,start X-Google-Attributes: gid103376,public From: Al Johnston Subject: New to ada95: porting Date: 2000/02/28 Message-ID: <38BAF3B2.69D7A905@mindspring.com>#1/1 X-Deja-AN: 591041805 Content-Transfer-Encoding: 7bit Organization: MindSpring Enterprises X-Accept-Language: en X-Server-Date: 28 Feb 2000 22:18:17 GMT Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 2000-02-28T22:18:17+00:00 List-Id: I am starting to look at what it will take to port our ada8X code to an ada95 compiler. The code does a lot of interfacing between ada and c. Regrettably it does this in various way... most all of them are compiler implementation dependent. I am trying to figure out the best way of interfacing various data types and have really gotten bogged down. Is there a faq or howto on this topic somewhere? things of particular interests are 1) access types to 1-d unconstrained arrays 2) access types to 1-d unconstrained array whose elements are also 1-d unconstrained arrays. 3) using 'address on an ada string type when interfacing to a c * char type 4) generation of ada strings by c-code (via calls to ada library linked into a c program) thanks