Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com X-Authentication-Warning: james.esem.com: news set sender to nittka AT esem DOT com using -f Path: james.esem.com!not-for-mail From: Oliver Nittka Subject: Re: Linking an existing DLL Date: 17 Mar 2000 10:12:21 +0100 Organization: ESEM Gmbh, Markdorf/Germany Lines: 28 Message-ID: References: <38D0EA1A DOT BCC4D266 AT nyp DOT org> NNTP-Posting-Host: edp22.esem.com X-Trace: james.esem.com 953284343 2155 192.168.1.22 (17 Mar 2000 09:12:23 GMT) X-Complaints-To: news AT esem DOT com NNTP-Posting-Date: 17 Mar 2000 09:12:23 GMT X-Newsreader: Gnus v5.7/Emacs 20.4 Xref: james.esem.com mailing-lists.cygwin:1645 To: cygwin AT sourceware DOT cygnus DOT com "Joan M. Moss" writes: > \WINNT\system32\ I do not have the source for the DLL so I can NOT > build the DLL on cygwin B20.1. However, I would like to access it under > cygwin B20.1. Is this possible? with the cygwin-1.0CD (and very likely with the latest snapshots, too) i succeeded with just linking in the DLL in question like that: probe: probe.c $(CC) $(CFLAGS) -o probe probe.c /cygdrive/d/WINNT/foreign.dll however, if the functions in the DLL are _stdcall, but they are exported without the decoration (without ..@nn), you've got to create an import-library manually. contact me, if the above gives errors like undefined reference to `SomeFunction AT 8' hth -- oly -- Oliver Nittka | nittka AT esem DOT com ESEM Grünau GmbH & Co. KG | http://www.esem.com Dornierstraße 6 | phone: +49 7544 9583-25 88677 Markdorf / Germany | fax: +49 7544 9583-60 -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com