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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,2779a2b15c136a60 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-01-22 06:43:26 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsmi-us.news.garr.it!NewsITBone-GARR!news.mailgate.org!mygate.mailgate.org!194.185.74.204!not-for-mail From: "Sim Con" Newsgroups: comp.lang.ada Subject: Re: Help on import a dll in ada, thx ^_^ Date: Wed, 22 Jan 2003 14:43:25 +0000 (UTC) Organization: Mailgate.ORG Server - http://www.Mailgate.ORG Message-ID: <7f411a4fd9acc2e87420b3044c773819.110780@mygate.mailgate.org> References: <9e215188a6ce0808facb25c26081023a.110780@mygate.mailgate.org> NNTP-Posting-Host: 194.185.74.204 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.mailgate.org 1043220009 6046 194.185.74.204 (Wed Jan 22 15:43:24 2003) X-Complaints-To: abuse@mailgate.org NNTP-Posting-Date: Wed, 22 Jan 2003 14:43:25 +0000 (UTC) Injector-Info: news.mailgate.org; posting-host=194.185.74.204; posting-account=110780; posting-date=1043220009 User-Agent: Mailgate Web Server X-URL: http://mygate.mailgate.org/mynews/comp/comp.lang.ada/7f411a4fd9acc2e87420b3044c773819.110780%40mygate.mailgate.org Xref: archiver1.google.com comp.lang.ada:33345 Date: 2003-01-22T14:43:25+00:00 List-Id: > If you're using gnat-3.15p, you need to follow the instructions given in > section 25.7 of the GNAT User Guide. well, i am using gnat 3.14 but i find in the user manual the procedure for my problem, but nothing happen. My dll works fine in Visual Basic, so, i suppose, it isn't the problem. I put the dll file, the . lib file and also the libxxx.a file in the same directory of my project (with the spec file and the pragma linker option with -lnameDLL) compile, but always i receive an undefined reference when linking ;( any helps? thanx in advance!! -- Posted via Mailgate.ORG Server - http://www.Mailgate.ORG