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,LOTS_OF_MONEY 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 23:26:54 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!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: Re: How do I use cards.dll from Aonix OA? Date: Fri, 31 Aug 2001 08:27:46 +0200 Organization: ericsson Message-ID: <9mn9k0$dqf$1@newstoo.ericsson.se> References: <9ml5n4$dnl$1@newstoo.ericsson.se> <04vj7.31708$sa.16072538@news1.rdc1.sfba.home.com> 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:12603 Date: 2001-08-31T08:27:46+02:00 List-Id: No, cdtInit is the initialization of cards.dll. I started with that one just to see if I could use any routine in there. I tried to add the file cards.dll to the files in the project, but that was obviously not right. I couldn't fine any instructions on how to tell the linker where to look. Do you know? tmoran@acm.org wrote in message <04vj7.31708$sa.16072538@news1.rdc1.sfba.home.com>... >>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?