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-Thread: 103376,b21f07444edf5baf,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!o13g2000cwo.googlegroups.com!not-for-mail From: "';'%?PF ;/l." Newsgroups: comp.lang.ada Subject: Gnat calls to Aonix DLL Date: 8 Dec 2005 10:29:49 -0800 Organization: http://groups.google.com Message-ID: <1134066589.424913.74790@o13g2000cwo.googlegroups.com> NNTP-Posting-Host: 209.8.85.66 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1134066595 4521 127.0.0.1 (8 Dec 2005 18:29:55 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 8 Dec 2005 18:29:55 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: o13g2000cwo.googlegroups.com; posting-host=209.8.85.66; posting-account=gJ_cWQwAAABkkC_lFfSozCs3Or7cWLH8 Xref: g2news1.google.com comp.lang.ada:6772 Date: 2005-12-08T10:29:49-08:00 List-Id: I am trying to convert a project written in Aonix Ada 7.2.2 to gnat. I would like to call the existing dll libraries compiled in Aonix from gnat compiled code. I am doing this because the packages are large and it would help me convert the code in peices. At this time some functions seem to work but others cause a segmentation fault. Can anyone help with a procedure for calling the Aonix Ada compiled dll from gnat?