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,c669daddd4eaeda0 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-01-28 08:21:01 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.vmunix.org!newsfeed.stueberl.de!newsr1.ipcore.viaginterkom.de!btnet-peer1!btnet-feed5!btnet!news.btopenworld.com!not-for-mail From: "Martin Dowie" Newsgroups: comp.lang.ada Subject: Re: gnat and winspool.lib Date: Wed, 28 Jan 2004 16:20:23 +0000 (UTC) Organization: BT Openworld Message-ID: References: NNTP-Posting-Host: host81-129-7-73.in-addr.btopenworld.com X-Trace: hercules.btinternet.com 1075306823 9716 81.129.7.73 (28 Jan 2004 16:20:23 GMT) X-Complaints-To: news-complaints@lists.btinternet.com NNTP-Posting-Date: Wed, 28 Jan 2004 16:20:23 +0000 (UTC) X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MSMail-Priority: Normal X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Xref: archiver1.google.com comp.lang.ada:5003 Date: 2004-01-28T16:20:23+00:00 List-Id: "david" wrote in message news:bv7qug$tul$1@s1.read.news.oleane.net... > hello, > I'm facing a problem with winspool library : > I use gnat 3.15p : the compilation and linking are made without problem but when I try the executable, an error occur : "library > winspool.dll not found ...." > > After search on my computer, I only found winspool.h, winspool.lib and winspool.drv. > > Has someone got a solution to use this library ? You /might/ be able to get away with copying "winspool.lib" (to a path the compiler knows about), renaming it to "libwinspool.a" and compiling with "-largs -lwinspool". -- Martin