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,7cbb70ff9572ff6b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-10-17 05:30:27 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!skynet.be!skynet.be!peer.news.eu-x.com!server2.netnews.ja.net!CAMPUS.UniversityofEssex.com NNTP-Posting-Host: 155.245.41.213 Newsgroups: comp.lang.ada Date: Thu, 17 Oct 2002 13:26:25 +0100 Message-ID: <3daeabd5.14907415@news.essex.ac.uk> From: sjs@essex.ac.uk (Dr Steve Sangwine) Subject: Re: How to link a .lib to ada program? References: X-Newsreader: Forte Free Agent 1.21/32.243 Xref: archiver1.google.com comp.lang.ada:29865 Date: 2002-10-17T13:26:25+01:00 List-Id: On Wed, 16 Oct 2002 16:59:36 +0100, "Sim Con" wrote: >HEllo! As in the subject , i need to link ws2_32.lib to an ada file, how >can i do? thanx in advance^_^ Depends on your compiler. If you are using Gnat look in the documentation on the binary utilities, and read about the linker, ld. At a different level, if you want to know how to interface Ada code to the routines in the .lib file, you need to read Annex B of the Ada95 LRM. Steve Sangwine University of Essex, UK > > >-- >Posted via Mailgate.ORG Server - http://www.Mailgate.ORG