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,c5a05c757ae3decf,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-08-30 04:08:53 PST Path: archiver1.google.com!newsfeed.google.com!sn-xit-02!supernews.com!news.tele.dk!small.news.tele.dk!194.213.69.151!news.algonet.se!newsfeed1.telenordia.se!algonet!uab.ericsson.se!erix.ericsson.se!newstoo.ericsson.se!not-for-mail From: "Petter Fryklund" Newsgroups: comp.lang.ada Subject: How do I use cards.dll from Aonix OA? Date: Thu, 30 Aug 2001 13:08:47 +0200 Organization: ericsson Message-ID: <9ml5n4$dnl$1@newstoo.ericsson.se> NNTP-Posting-Host: 172.17.76.206 X-Newsreader: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Xref: archiver1.google.com comp.lang.ada:12588 Date: 2001-08-30T13:08:47+02:00 List-Id: Does anybody have an Ada spec? How do I tell AO to reference the dll? I thought that ie with Interfaces.C; with System; package cdt is function cdtInit (dx, dy : System.Address) return Interfaces.Unsigned_32; pragma Import (C, cdtInit, External_Name => "cdtInit"); end cdt; would do the job, but I get a linker errror, not being able to find cdtInit. Any suggestions?