Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Authentication-Warning: eenie0.geg.mot.com: fell owned process doing -bs Date: Mon, 6 May 2002 10:06:08 -0700 (MST) From: Scott Fell 1-0546 Reply-To: Scott Fell To: cygwin AT cygwin DOT com Subject: How to create LIB from DLL In-Reply-To: <1020703867.17457.ezmlm@cygwin.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII THE SETUP: I'm new to Visual Studio (please don't hate me for using MS products), so I could be doing something fundamentally wrong (I've done c++ on unix for 4ish years, and I just transitioned over to PC-land)... I have cygwin1.dll, nothing else. THE PROBLEM: I want to link some code in VSC++ to the cygwin1.dll file, but I don't have an improt library (cygwin1.lib) file to go with it. As I understand it, I *MUST* have the lib to make the link work. WHAT I'VE TRIED: I tried doing an 'nm cygwin1.dll....' command w/sed & all that, BUT it seemed to respond as though cygwin1.dll had been stripped. WHAT I'M PONDERING: SO: I am left wondering: Is there a DEF and a LIB out there for cygwin1.dll? If not, how do I generate them myself without having to re-compile the cygwin1 dll? Any help would be much appreciated... Thanks, -Scott ---------------------------------------------------------------- fell AT c4i DOT geg DOT mot DOT com / / 602-441-0546 W -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/