Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <002a01c0da97$dc5552b0$c5823bd5@dima>
From: "Dmitry Timoshkov" <dmitry@baikal.ru>
To: "Danny Smith" <danny_r_smith_2001@yahoo.co.nz>
Cc: <cygwin@cygwin.com>
References: <20010512025148.2365.qmail@web6402.mail.yahoo.com>
Subject: Re: Linking with "stdcall" library
Date: Sat, 12 May 2001 11:57:44 +0800
MIME-Version: 1.0
Content-Type: text/plain;
	charset="koi8-r"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400

"Danny Smith" <danny_r_smith_2001@yahoo.co.nz> wrote:

> -- start of test-dll.def --
> EXPORTS
>     MyCloseHandle@4
> -- end of test-dll.def --
> 
> 
> dlltool --kill-at --input-def test-dll.def --output-lib libtest-dll.a

Yes!!!!!!!!

Thank you very much, Danny!

Just a tiny addition for those who will search for a solution in the
archives: add '--dllname DLLNAME' to the command line or line 'NAME DLLNAME'
to the .def file to provide correct dll name for the linker.

Another related question: how either an import library or just a .def file
could be created from a .dll file?

Again, thanks for your help.
--
Dmitry.


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

