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 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-08-30 10:53:01 PST Path: archiver1.google.com!newsfeed.google.com!sn-xit-02!supernews.com!newsfeed.direct.ca!look.ca!newshub2.rdc1.sfba.home.com!news.home.com!news1.rdc1.sfba.home.com.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: How do I use cards.dll from Aonix OA? References: <9ml5n4$dnl$1@newstoo.ericsson.se> X-Newsreader: Tom's custom newsreader Message-ID: <04vj7.31708$sa.16072538@news1.rdc1.sfba.home.com> Date: Thu, 30 Aug 2001 17:53:00 GMT NNTP-Posting-Host: 24.7.82.199 X-Complaints-To: abuse@home.net X-Trace: news1.rdc1.sfba.home.com 999193980 24.7.82.199 (Thu, 30 Aug 2001 10:53:00 PDT) NNTP-Posting-Date: Thu, 30 Aug 2001 10:53:00 PDT Organization: Excite@Home - The Leader in Broadband http://home.com/faster Xref: archiver1.google.com comp.lang.ada:12598 Date: 2001-08-30T17:53:00+00:00 List-Id: >pragma Import (C, cdtInit, External_Name => "cdtInit"); > ... >would do the job, but I get a linker errror, not being able to find cdtInit. If it's not in one of the standard places the linker looks, then you must tell the linker where to look for it. I don't seem to find anything named cdtInit in my OA installation - where is it supposed to be? Is it something you created?